Skip to content

@sqlrooms/ui / ComboboxItemProps

Interface: ComboboxItemProps

Props for an individual selectable combobox item.

Properties

value

value: string

Stable item value committed through the Combobox onChange handler.


keywords?

optional keywords?: string[]

Optional display text or aliases used to match this item during search.


isSelected?

optional isSelected?: boolean