diff --git a/src/components/MdAutocomplete/MdAutocomplete.vue b/src/components/MdAutocomplete/MdAutocomplete.vue index 2ec526008..b89e41f77 100644 --- a/src/components/MdAutocomplete/MdAutocomplete.vue +++ b/src/components/MdAutocomplete/MdAutocomplete.vue @@ -192,6 +192,10 @@ } }, async showOptions () { + if (this.showMenu) { + return false + } + this.showMenu = true await this.$nextTick() this.triggerPopover = true