Select

Use GdsSelect when users pick one value from a short, fixed list. Wrap it in GdsFormControl with GdsInputLabel and GdsMenuItem children so the field gets a label, helper text, and error styling like every other GDS input.

For long or searchable lists, prefer GdsAutocomplete.

Default

Compose GdsFormControl, GdsInputLabel, GdsSelect, and GdsFormHelperText. Pass matching label and labelId so the outlined notch lines up with the label.

Variants

Use outlined (default), filled, or standard via variant on GdsFormControl / GdsSelect.

Sizes

Set size on GdsFormControl for small or medium (default).

States

Pass disabled or error on GdsFormControl for common field states. Pair error with GdsFormHelperText.

Props