Skip to content

Commit 6a719b5

Browse files
VdustRmarcosmoura
authored andcommitted
fix(MdAutocomplete): prevent show options twice (#1410)
fix #1408
1 parent d026496 commit 6a719b5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/MdAutocomplete/MdAutocomplete.vue

+4
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@
192192
}
193193
},
194194
async showOptions () {
195+
if (this.showMenu) {
196+
return false
197+
}
198+
195199
this.showMenu = true
196200
await this.$nextTick()
197201
this.triggerPopover = true

0 commit comments

Comments
 (0)