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
Is it possible to support option groups for select using react-jsonschema-form configuration, I do understand that I can add non standard properties to 'ui:options' but is there any way to do it without having to go for that.
It would also be great if we could automatically use the maxItems and minItems validation could be added to the multiple Select widget instead of having to recieve it from the schema and use it ourselves.
The text was updated successfully, but these errors were encountered:
I'm sorry, I don't really understand. Is this two issues? I feel like option groups should be one issue (to which I think the correct answer is to add something to uiSchema). I don't see how it relates to maxItems and minItems in the MultiSelect case.
Is it possible to support option groups for select using
react-jsonschema-form
configuration, I do understand that I can add non standard properties to 'ui:options' but is there any way to do it without having to go for that.It would also be great if we could automatically use the
maxItems
andminItems
validation could be added to the multiple Select widget instead of having to recieve it from the schema and use it ourselves.The text was updated successfully, but these errors were encountered: