rjsf-team/react-jsonschema-form
Vedi su GitHubFeature Request: Implement collapse button for array form items
Open
#2193 aperta il 14 gen 2021
featurehelp wanted
Metriche repository
- Star
- (13.175 star)
- Metriche merge PR
- (Merge medio 3g 17h) (32 PR mergiate in 30 g)
Descrizione
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!