Extension fields for bindings
Add a submission handler
Create UI binding for form elements
Action.boundconfigureConfigure the form locally
Override the global configuration locally
Reset to the global configuration
ReadonlyidReadonlyvalidatorReadonlywatcherComputedcanComputedconfigThe configuration of the form
This is a computed value that combines the global configuration and the local configuration.
ComputedfirstComputedisWhether the form is busy (submitting or validating)
Whether the form is in submitting state
Sub-forms within the form.
Forms are collected via @nested annotation.
StaticdisposeStaticgetStaticgetActionreportReport error states on all fields and sub-forms
ActionresetSubmit the form.
Optionalargs: { force?: boolean }Optionalforce?: booleanWhether to force submission even if canSubmit is false.
It cancels any in-progress submission if any.
true if submission succeeded, false if failed or aborted
truesubmit handler returns false
Form manages submission, fields, and bindings.
Key features: