Default

Default form options with sensible defaults for most use cases.

Properties

Link copied to clipboard
open override val preValidation: Boolean = true

Whether to enable pre-validation of the entire form. When enabled, the form continuously validates all fields to determine if submission is allowed.

Link copied to clipboard

The delay before pre-validation is triggered when any field value changes. This helps prevent excessive validation calls during rapid form interactions.

Link copied to clipboard

The delay before pre-validation is triggered when fields are added or removed. This helps avoid excessive validation calls during field structure changes.