multiselect
multiselect copied to clipboard
Missing methods in Multiselect type
Version
- Vue version: 3
Description
Some methods listed in the docs are not present in Multiselect type.
| Method | present? |
|---|---|
open |
❌ |
close |
❌ |
select |
✅ |
deselect |
❌ |
remove |
❌ |
selectAll |
✅ |
clear |
❌ |
clearSearch |
✅ |
refreshOptions |
✅ |
setPointer |
✅ |
Demo
No demo needed