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
Currently react-jsonschema-form only supports showing the error list at the top of the form or not showing it at all. Sometimes it is beneficial to display error lists at the bottom of the form (particularly on long forms). It would be helpful to have a flag of some kind to control its location.
The text was updated successfully, but these errors were encountered:
have the same issue. I need to have a list of all errors (like a summary) at the bottom of the form. A field template can't help with this, it's about the form template
We could offer a Template for the Form class, similar to how we offer one for ObjectField and ArrayField, but another option would be for you to just subclass Form and override render.
Currently react-jsonschema-form only supports showing the error list at the top of the form or not showing it at all. Sometimes it is beneficial to display error lists at the bottom of the form (particularly on long forms). It would be helpful to have a flag of some kind to control its location.
The text was updated successfully, but these errors were encountered: