Skip to content
Entangle UI v0.13.0

ComboboxOption

Defined in: src/components/controls/Combobox/Combobox.types.ts:8

T extends string = string

optional description?: string

Defined in: src/components/controls/Combobox/Combobox.types.ts:14

Optional description rendered next to the label


optional disabled?: boolean

Defined in: src/components/controls/Combobox/Combobox.types.ts:18

Whether this option is disabled


optional icon?: ReactNode

Defined in: src/components/controls/Combobox/Combobox.types.ts:16

Optional icon rendered before the label


optional label?: string

Defined in: src/components/controls/Combobox/Combobox.types.ts:12

Display label (falls back to value when omitted)


value: T

Defined in: src/components/controls/Combobox/Combobox.types.ts:10

Unique value used for selection