wagtail-deprecated / wagtail-condensedinlinepanel

Fast, drop-in replacement for Wagtail's inline panel with drag and drop
BSD 3-Clause "New" or "Revised" License
85 stars 22 forks source link

Non-field errors are not rendered #93

Open danickfort opened 2 years ago

danickfort commented 2 years ago

When there is a non-field error in a form, it is added in the "errors" property object as the __all__ field. Since it is not a "real" field in the form, it is ignored in FormContainer.tsx, and thus not rendered.