import { CMultiSelectSelection } from '@coreui/react-pro'// orimport CMultiSelectSelection from '@coreui/react-pro/src/components/multi-select/CMultiSelectSelection'| Property | Description | Type | Default |
|---|---|---|---|
| multiple | - | boolean | - |
| onRemove | - | (option: SelectedOption) => void | - |
| placeholder | - | string | - |
| search | - | boolean | 'external' | - |
| selected | - | SelectedOption[] | [] |
| selectionType | - | 'counter' | 'tags' | 'text' | - |
| selectionTypeCounterText | - | string | - |
On this page