ComboboxMultiSelectItem API
API reference docs for theComboboxMultiSelectItem
component. For examples and details on the usage of this component, visit the component demo page.
Props
Prop | Type | Description | Default |
---|---|---|---|
children | React.ReactNode | The content of the combobox menu item. | _ |
id? | string | An optional ID for the menu item; auto-generated if not provided. | _ |
isDisabled? | boolean | If true, the item is disabled. | false |
onClick? | () => void | Function to be invoked when the item is clicked. | _ |
option | object | Option associated with the item | _ |
size? | 'standard'|'large' | Size of the combobox item. | standard |
showSelectionIndicator? | boolean | Controls whether to show the selection indicator (check icon) for selected items. | true |