Optional criteriaCriteria mode for validation.
Optional defaultDefault values for the form fields.
Optional devWhether to enable developer tools for form debugging.
Optional enableWhether to enable conditional rendering of fields.
Optional enableWhether to enable validations.
Optional formCSS class name for the form.
Optional formA brief description of the form.
Optional formWhether the form is disabled.
The label or title of the form.
The unique identifier for the form.
Optional formCSS styles for the form.
Optional onCallback for handling form changes.
Optional onCallback for handling invalid form submissions. Supports both normal and async functions.
Optional onCallback for form submission. Supports both normal and async functions.
Optional persistWhere to persist form responses (e.g., localStorage, sessionStorage).
Optional reRe-validation mode (when re-validations are triggered).
The schema defining the fields in the form.
Optional showWhether to show validation errors.
Optional validationValidation mode (when validations are triggered).
Interface representing the properties of the form schema.