# Multiselect
# Demo
<multiselect
:options="multiselectOptions"
:subset="true"
subset-label="Total"
:randomizer="true"
randomizer-help-text="Help text."
/>
# Props
| name | Type Default |
| filter | Type Default
Description
Show the keyword filter? |
| counter | Type Default
Description
Show the counter? |
| select-all | Type Default
Description
Show the "Select all" control? |
| placeholder | Type Default |
| select-all-label | Type Default |
| options | Type Default
Description
Available options |
| selected-options | Type Default
Description
Selected options |
| id-property | Type Default |
| value-property | Type Default |
| extra-property | Type Default
Description
Property name that will be used to access extra information. When provided the extra information will be displayed in a popover next to the option. |
| remember-selection | Type Default
Description
Remember selected options even when the options list changes? |
| randomizer | Type Default
Description
Show the randomizer? |
| randomizer-show | Type Default |
| randomizer-how-many | Type Default |
| randomizer-help-text | Type |
| randomizer-button | Type Default |
| subset | Type Default
Description
Enable subset selection? |
| subset-type | Type Default |
| subset-name | Type Default |
| subset-label | Type Default |
| selected-subset-options | Type Default |
| info-icon-class | Type Default |
| help-icon-class | Type Default |
| disabled | Type Default
Description
Disable input |
| show-nothing-found | Type Default
Description
Display a label when there are no results? |
| nothing-found-label | Type Default
Description
Use together with show-nothing-found prop
|
# Events
| selected | Parameters Description Emitted when the selection is changed. |
← Multicheckbox Panel →