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

pull/13280/head
hetech 2018-11-02 11:35:33 +08:00 committed by GitHub
parent 9c32f55892
commit 5b32ec426d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@
this.previousQuery = null; this.previousQuery = null;
this.selectedLabel = ''; this.selectedLabel = '';
this.inputLength = 20; this.inputLength = 20;
this.menuVisibleOnFocus = false;
this.resetHoverIndex(); this.resetHoverIndex();
this.$nextTick(() => { this.$nextTick(() => {
if (this.$refs.input && if (this.$refs.input &&