rjsf-team/react-jsonschema-form
Feature Request: Implement collapse button for array form items
Aperta
#2193 aperta il 14 gen 2021
featurehelp wanted
Metriche repository
- Star
- (13.175 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
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!