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
I have a schema that accepts either an array of object or a list from an enum.
I'd like it to render as two radio buttons, "Can Complete" and "Can't Complete". Depending on which is selected, I'd like to hide/show different subforms to allow the user to enter the data. Is this possible ?
My draft4 JSON schema achieves this by using "oneOf", but this isn't supported in this rjsf.
The text was updated successfully, but these errors were encountered:
An implementation attempt for oneOf has started in #302 but progress hasn't been made since a long time unfortunately. You may want to take over this effort.
I have a schema that accepts either an array of object or a list from an enum.
I'd like it to render as two radio buttons, "Can Complete" and "Can't Complete". Depending on which is selected, I'd like to hide/show different subforms to allow the user to enter the data. Is this possible ?
My draft4 JSON schema achieves this by using "oneOf", but this isn't supported in this rjsf.
The text was updated successfully, but these errors were encountered: