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
That would certainly be a nice feature in general. Such properties could be collected and included in the UI Schema generator and then either have an implied "default rule" or we include the rule in the generation.
Things become much more complicated depending on the behavior of the if, for example if the then/else switches the type of the control. These cases should still be ignored.
Would you like to contribute this extension to the ui schema generator?
Is your feature request related to a problem? Please describe.
For the following JSON Schema, it would be great if JsonForms could render the elements dynamically given schema:
Describe the solution you'd like
Render elements when the field matches given value
Describe alternatives you've considered
Move definition to upper level and use
required
in if or use custom uischema to render schema on the fly.Framework
React
RendererSet
Material
Additional context
No response
The text was updated successfully, but these errors were encountered: