openblocks-dev / openblocks

🔥 🔥 🔥 The Open Source Retool Alternative
https://cloud.openblocks.dev
GNU Affero General Public License v3.0
5.67k stars 335 forks source link

how to validate form programmatically(react-jsonschema-form) #360

Open jitre opened 1 year ago

jitre commented 1 year ago

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).