Default

Default field options with sensible defaults for most use cases.

Properties

Link copied to clipboard
open override val validationDelayOnBlur: Duration

The delay before validation is triggered when a field loses focus.

Link copied to clipboard

The delay before validation is triggered when a field value changes. This helps prevent excessive validation calls during rapid typing.

Link copied to clipboard
open override val validationDelayOnMount: Duration

The delay before validation is triggered when a field is first mounted.

Link copied to clipboard

The validation strategy that determines when validation should be triggered.