fixed in multiple type, wrong position of popper
fixed in multiple type, when select some options, the position of popper not recalculation, so the position is wrong. By the way, it resolve the problem: when select one option, scroll page, throw many errors of popper.
This commit is contained in:
parent
06a74f9ed7
commit
88ef37f5bb
1 changed files with 1 additions and 0 deletions
|
@ -549,6 +549,7 @@
|
|||
const inputField = this.$el.querySelector('input[type="text"]');
|
||||
if (!this.autoComplete) this.$nextTick(() => inputField.focus());
|
||||
}
|
||||
this.broadcast('Drop', 'on-update-popper');
|
||||
},
|
||||
onQueryChange(query) {
|
||||
this.query = query;
|
||||
|
|
Loading…
Add table
Reference in a new issue