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
| Parameter | Type |
|---|---|
__namedParameters | ComboBoxItemProps |
Returns
Element
Example
<ComboBoxItem id="Europe/Lisbon">Lisbon</ComboBoxItem>