Kinto / kinto-admin

Kinto Web Administration Console
http://kinto.github.io/kinto-admin/
186 stars 33 forks source link

Reuse notification system for form validation errors #22

Closed leplatrem closed 3 weeks ago

leplatrem commented 8 years ago

(not a priority)

Might require some work on react-jsonschema-form to prevent it to add the validation messages in the DOM, and let the user handle them in the onError callback.

Imported from https://github.com/mozilla-services/amo-blocklist-ui/issues/20

alexcottner commented 3 months ago

Possibly resolved with #3060 , but in a different way

alexcottner commented 3 weeks ago

Marking as resolved. Now that we're using the rjsf components, this is handled for us in another way.