You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the items of the top level schema is a field component which is an array. It has a select field called Type, which has values M1, M2, M3 etc..
If the user has selected M1, then another dynamic field should be shown after Type field
If the user has selected M2, another subcomponent array would be show and so on..
I guess there are two approaches to solve this issue:
support of anyof
Somehow dynamically updated the schema on change event. I guess I can use additionalItems here. But in OnChange handler, you don't get to know the field due to which the onchange handler is called.
How would solve the edit from the formdata?
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
Check the jsfiddle https://jsfiddle.net/asifmomin/xtbyky32/
One of the items of the top level schema is a field component which is an array. It has a select field called Type, which has values M1, M2, M3 etc..
If the user has selected M1, then another dynamic field should be shown after Type field
If the user has selected M2, another subcomponent array would be show and so on..
I guess there are two approaches to solve this issue:
How would solve the edit from the formdata?
The text was updated successfully, but these errors were encountered: