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.