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
Examples
Examples show common usage patterns and implementation guidance.

No usage guidelines have been documented for this component yet.

All GoA Design System components are built to meet WCAG 2.2 AA standards. The following guidelines provide additional context for accessible implementation.

No accessibility-specific guidelines have been documented for this component yet.