update Select component
update Select component
This commit is contained in:
parent
294e2412e9
commit
b7cf983e43
2 changed files with 5 additions and 2 deletions
|
@ -455,7 +455,10 @@
|
|||
}
|
||||
this.$broadcast('on-update-popper');
|
||||
} else {
|
||||
|
||||
if (this.filterable) {
|
||||
this.$els.input.blur();
|
||||
}
|
||||
this.$broadcast('on-destroy-popper');
|
||||
}
|
||||
},
|
||||
query (val) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue