Package-level declarations
Types
Represents a field control in a form.
A mutable implementation of FieldMeta that tracks field-level metadata.
Internal interface for form binding operations.
A mutable implementation of FormMeta that tracks form-level metadata.
Defines the policy configuration for form validation behavior.
Interface for objects that have access to form binding operations.
The managed state of a form.
Represents a submission control in a form.
Properties
Functions
A controller for a form field control.
A controller for a form submission control.
Creates a form field with validation and state management.
Creates a form field with type adaptation, validation, and state management.
A Form to manage the state and actions of input fields, and create a child block of FormScope.
Creates a FormPolicy with the specified form and field options.
Adds a callback to be invoked when the focus state of the field changes.
Creates and remembers a form field control with validation and state management.
Creates and remembers a form field control with type adaptation, validation, and state management.
Remembers a field control for the given field name with the given rule set.
Remembers form metadata state with automatic state restoration.
Remembers a form state for the given initial value.
Remembers a submission rule control that automatically controls state of the form.
Remembers a watch value that automatically updates when the form state changes.