FieldMetaState
A mutable implementation of FieldMeta that tracks field-level metadata.
This class manages individual field metadata including validation errors, validation mode, and user interaction state. It provides mutable access to field metadata for internal form field management operations.
Properties
Link copied to clipboard
The current validation error for this field, if any. Contains noFieldError if the field has no validation errors.
Link copied to clipboard
Whether validation has been performed on this field at least once.
Link copied to clipboard
The current validation mode for this field. Determines when validation should be triggered (e.g., on blur, on change).