rjsf-team/react-jsonschema-form
Auf GitHub ansehenFeature Request: Implement collapse button for array form items
Open
#2.193 geöffnet am 14. Jan. 2021
featurehelp wanted
Repository-Metriken
- Stars
- (13.175 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 3T 17h) (32 gemergte PRs in 30 T)
Beschreibung
Prerequisites
- [ X] I have read the documentation;
Description
Hi there,
In case of long form it's useful to hide non-needed parts of the form. Here is example:
It would be super useful to add collapse/expand button for array item for such long forms. It may be controlled via several options: "ui: autoCollapse": true/false "ui: showCollapseButton": true/false
Thanks!