import { CMultiSelectOptions } from '@coreui/react-pro'// orimport CMultiSelectOptions from '@coreui/react-pro/src/components/multi-select/CMultiSelectOptions'| Property | Description | Type | Default |
|---|---|---|---|
| handleOptionOnClick | - | (option: Option) => void | - |
| loading | - | boolean | - |
| options | - | (Option | OptionsGroup)[] | - |
| optionsGroupsTemplate | - | (option: OptionsGroup) => ReactNode | - |
| optionsMaxHeight | - | string | number | - |
| optionsStyle | - | 'checkbox' | 'text' | - |
| optionsTemplate | - | (option: Option) => ReactNode | - |
| searchNoResultsLabel | - | ReactNode | - |
| selected | - | Option[] | - |
| virtualScroller | - | boolean | - |
| visibleItems | - | number | 10 |
On this page