JsonSchemaForm expose validate method

The default retool form allows you to call a .validate() method that helps you know programmatically whether or not the form is in a valid state.

The JsonSchemaForm does not yet support this, but it should be simple to add as all it should take is a wrapper method around the .validateForm() function already built into react-jsonschema-form. See docs for this method here.

7 Likes

Filed + will update in this thread! :slightly_smiling_face:

1 Like

Thank you so much!