ComboboxMultiSelectItem API

API reference docs for theComboboxMultiSelectItemcomponent. For examples and details on the usage of this component, visit the component demo page.

Props

PropTypeDescriptionDefault
childrenReact.ReactNodeThe content of the combobox menu item._
id?stringAn optional ID for the menu item; auto-generated if not provided._
isDisabled?booleanIf true, the item is disabled.false
onClick?() => voidFunction to be invoked when the item is clicked._
optionobjectOption associated with the item_
size?'standard'|'large'Size of the combobox item.standard
showSelectionIndicator?booleanControls whether to show the selection indicator (check icon) for selected items.true