Extension fields for bindings
Add a submission handler
Create UI binding for form elements
Action.bound
configureConfigure the form locally
Override the global configuration locally
Reset to the global configuration
Readonly
idReadonly
validatorReadonly
watcherComputed
canComputed
configThe configuration of the form
This is a computed value that combines the global configuration and the local configuration.
Computed
firstComputed
isWhether 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.
Static
disposeStatic
getStatic
getAction
reportReport error states on all fields and sub-forms
Action
resetSubmit the form.
Optional
args: { force?: boolean }Optional
force?: 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
true
submit
handler returns false
Form manages submission, fields, and bindings.
Key features: