Commit 5b32ec42 authored by hetech's avatar hetech Committed by GitHub

Select: fix repeat clicking to display dropdown menu (#13268)

parent 9c32f558
......@@ -375,6 +375,7 @@
this.previousQuery = null;
this.selectedLabel = '';
this.inputLength = 20;
this.menuVisibleOnFocus = false;
this.resetHoverIndex();
this.$nextTick(() => {
if (this.$refs.input &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment