mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-16 09:10:33 +03:00
feat: add open & close events (#1101)
This commit is contained in:
@@ -619,6 +619,10 @@
|
||||
*/
|
||||
multiple() {
|
||||
this.clearSelection()
|
||||
},
|
||||
|
||||
open(isOpen) {
|
||||
this.$emit(isOpen ? 'open' : 'close');
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user