Commit 5e455f91 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by cinwell.li

Select: fix incorrect popper updating when filterable

parent 36bed61f
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment