-
In v2, I want to pass props to my widgets. These props could be a value or a function callback, the function being in the calling page. How do I pass these props? |
Beta Was this translation helpful? Give feedback.
Answered by
x0k
May 27, 2025
Replies: 1 comment 5 replies
-
UI options, then const uiSchema: UiSchema = {
"ui:options": {
myOption: "foo"
}
} |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something like this?
Demo https://x0k.dev/sjsf-examples/computed-values
Source https://github.com/x0k/sjsf-examples/tree/34d21639c38e08d140a49497f2473f978785384f/src/routes/computed-values