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 --- src/components/select/select.vue | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/components/select/select.vue b/src/components/select/select.vue index 7f86996..00318fa 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; -- libgit2 0.21.4