ComboboxMultiSelectAll API

API reference docs for theComboboxMultiSelectAllcomponent. 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._
isSelected?booleanControls whether the checkbox is selectedfalse
isDisabled?booleanIf true, the item is disabled.false
isHighlighted?booleanIndicates if the menu item is currently highlighted. Used for styling. Deprecated with backwards compatibility ⚠️ (It's handled internally with the help of options prop in ComboboxMultiSelect component.)false
onClick?() => voidFunction to be invoked when the item is clicked._
size?'standard'|'large'Size of the combobox item.standard
indeterminate?booleanControls whether to show the checkbox's indeterminate state. Deprecated with backwards compatibility ⚠️ (It's handled internally with the help of options prop in ComboboxMultiSelect component.)false