Form field

Also known as

Form input, Input control, Form element
Available since
@salt-ds/core@1.8.0

FormField is a wrapper for user interface controls that are typically found in a form (for example, Input, ComboBox or RadioButton). You must make these controls accessible by providing them with a visible label, validation control, states and descriptive text elements.

All keyboard interactions are supplied by the underlying wrapped components, rather than the FormField component.