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:
Aresn 2018-05-03 10:36:42 +08:00 committed by GitHub
parent 06a74f9ed7
commit 88ef37f5bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;