-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collapsible form groups based on ALL empty fields #920
Comments
@ivanthemeh you might find this useful https://github.com/RxNT/react-jsonschema-form-extras#collapsible-fields-collapsible |
No support currently exists in rjsf for collapsible anything. Defining a good UI for such a feature is outside the scope of rjsf given the limited maintenance resources we have available for it. The intended design is that users can add their own functionality to a form by defining a FieldTemplate, which could define its own UI for hiding and showing sections of a form or whatever else makes sense in the project. I've opened a PR to add this topic to the FAQ (#924). |
I am curious if anyone is aware of an easier way to make the formGroups in a form collapsible if the inputs in that group are all empty? Please and thanks! I have looked through the docs and havent found anything helpful...other than the enctype attribute but not much docs on that..
The text was updated successfully, but these errors were encountered: