Replies: 1 comment
-
Can you provide an example CodeSandbox that demonstrates the issue? Also, why are you setting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
The use case is that I want to add object fields (not array fields) dynamically. The fields will vary based on condition that is why want to create it dynamically when required.
I have tried the following
In the above code,
answer_data.data
is being added however theconfig.minSelections
is not adding to the form.Printing the values after form submit contains the
answer_data.data
but notanswer_data.config.minSelections
Describe the solution you'd like
Ability to add dynamic field objects to the form and remove them as required
Describe alternatives you've considered
Yet exploring alternatives.
Additional context
Using
Beta Was this translation helpful? Give feedback.
All reactions