Select: fix incorrect popper updating when filterable

pull/2579/head
Leopoldthecoder 2017-01-23 14:13:53 +08:00 committed by cinwell.li
parent 36bed61f97
commit 5e455f911f
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
query(val) {
this.$nextTick(() => {
this.broadcast('ElSelectDropdown', 'updatePopper');
if (this.visible) this.broadcast('ElSelectDropdown', 'updatePopper');
});
this.hoverIndex = -1;
if (this.multiple && this.filterable) {