2
0
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:
Jeff Sagal
2021-08-26 12:46:27 -07:00
committed by GitHub
parent aa7f8e7575
commit 4230bba934
+1
View File
@@ -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,