mirror of https://github.com/ElemeFE/element
Select: fix incorrect popper updating when filterable
parent
36bed61f97
commit
5e455f911f
|
@ -239,7 +239,7 @@
|
||||||
|
|
||||||
query(val) {
|
query(val) {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.broadcast('ElSelectDropdown', 'updatePopper');
|
if (this.visible) this.broadcast('ElSelectDropdown', 'updatePopper');
|
||||||
});
|
});
|
||||||
this.hoverIndex = -1;
|
this.hoverIndex = -1;
|
||||||
if (this.multiple && this.filterable) {
|
if (this.multiple && this.filterable) {
|
||||||
|
|
Loading…
Reference in New Issue