How to set the conditional dynamic value to a field? #1306
Answered
by
rvsia
Nilesh9768
asked this question in
Need help
-
Hi Team, In the schema given below, I want to get the value of field-1 and set the same value to field-2 when I check the checkbox.
|
Beta Was this translation helpful? Give feedback.
Answered by
rvsia
Aug 11, 2022
Replies: 1 comment
-
Hello, this is not supported by the conditional schema. I recommend to implement custom component logic using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Nilesh9768
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, this is not supported by the conditional schema. I recommend to implement custom component logic using
formOptions().change()
here.