Skip to main content

Function: ComboBoxItem()

ComboBoxItem(__namedParameters): Element

Defined in: components/ComboBox/ComboBox.tsx:307

A single option inside a ComboBox list.

Renders interactive hover/focus/selected states via vars.colors.input.primary.* — the same selection chrome SelectItem and ListBoxItem carry (ADR-007).

Parameters

ParameterType
__namedParametersComboBoxItemProps

Returns

Element

Example

<ComboBoxItem id="Europe/Lisbon">Lisbon</ComboBoxItem>