OptionalonSchemaIssues?: (issues: ObjectIssue[]) => voidCallback fired when validation fails. It receives an array of validation issues.
OptionalonSubmit?: SubmitHandler<T>Callback fired when the form is successfully validated and submitted. It receives the parsed data matching the schema.
The Valibot schema to validate the form against.
Props for the Form component.