Form
Container for form inputs and validation.
Props
status
initializing | complete
The initialization status of the form. Set to "initializing" while loading external state, then "complete" when ready.
Defaults to
complete.
name
string
A name identifier for the form. Useful for debugging complex forms with multiple nested forms.
Defaults to
[name] not set.
Events
onInit
(event: Event) => void
_init
CustomEvent