mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
feat: add vs--multiple state class for multiselects (#1484)
This commit is contained in:
@@ -793,6 +793,7 @@ export default {
|
||||
return {
|
||||
'vs--open': this.dropdownOpen,
|
||||
'vs--single': !this.multiple,
|
||||
'vs--multiple': this.multiple,
|
||||
'vs--searching': this.searching && !this.noDrop,
|
||||
'vs--searchable': this.searchable && !this.noDrop,
|
||||
'vs--unsearchable': !this.searchable,
|
||||
|
||||
Reference in New Issue
Block a user