Form
Container for form inputs and validation.
Props
name
string
A name identifier for the form. Useful for debugging complex forms with multiple nested forms.
status
GoabPublicFormStatus
The initialization status of the form. Set to "initializing" while loading external state, then "complete" when ready.
Defaults to
complete.
Events
onComplete
(event: GoabFormState) => void
Callback fired when the form is completed.
onInit
(event: Event) => void
Callback fired when the form is initialized.
onStateChange
(event: GoabFormState) => void
Callback fired when the form state changes.