@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?
optionalkeywords?:string[]
Optional display text or aliases used to match this item during search.
isSelected?
optionalisSelected?:boolean