mirror of https://github.com/ElemeFE/element
Select: fix repeat clicking to display dropdown menu (#13268)
parent
9c32f55892
commit
5b32ec426d
|
@ -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 &&
|
||||||
|
|
Loading…
Reference in New Issue