how to validate form programmatically(react-jsonschema-form)
jitre opened this issue · 0 comments
jitre commented
In the current JSON Schema Form component, calling the submit method does not validate the form. Is there an ability to trigger form validation programmatically through the program? Similar to the capability that is open in the official documentation (https://rjsf-team.github.io/react-jsonschema-form/docs/usage/validation Validate form programmatically).