FormBinding
Internal interface for form binding operations.
This interface provides the low-level binding operations between form fields and the form state. It handles field registration, validation, and state management. This is an internal API and should not be used directly by application code.
Parameters
T
The type of the form data.
Properties
Functions
Link copied to clipboard
Gets the metadata for a specific field.
Link copied to clipboard
Handles a change to the form data.
Link copied to clipboard
Notifies the form that a field's validation target has changed.
Link copied to clipboard
Sets the metadata for a specific field.
Link copied to clipboard
Unregisters a field from the form.