From 88ef37f5bb9633e03ef85b1a400138d26d67d128 Mon Sep 17 00:00:00 2001 From: Aresn Date: Thu, 3 May 2018 10:36:42 +0800 Subject: [PATCH] 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. --- src/components/select/select.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/select/select.vue b/src/components/select/select.vue index 7f86996d..00318fa1 100644 --- a/src/components/select/select.vue +++ b/src/components/select/select.vue @@ -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;