Selects

Select components are used for collecting user-provided information from a list of options.

Basic Selects

The helper text is optional, but if used, note the use of aria-describedby on the select which references the id of the helper text element.

Multiple Select

Error State

To display field in an error state, add .u-form-control--invalid to the .u-form-control element, and .u-form-helpertext--invalid to the helper text element (if in use).

Note: Implementation of validation logic is up to the application.

Properties