Replies: 1 comment
-
If you disable HTML5 validation, the form data can still be submitted with errors and your To disambiguate 'warnings' and 'errors' might be more complicated. Some users have modified the error object to indicate if it's a warning but you have to add your own custom validation code to do so. Then you need to update the UI components to treat these differently, and handle errors/warnings separately in your event handlers. It should all be possible with all of the customization options that RJSF provides, but it's not something that RJSF supports as a first-class feature. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are looking for guidance on how to effectively handle warnings and errors in the form submission process, specifically:
Beta Was this translation helpful? Give feedback.
All reactions