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.selectedLabel = '';
|
||||
this.inputLength = 20;
|
||||
this.menuVisibleOnFocus = false;
|
||||
this.resetHoverIndex();
|
||||
this.$nextTick(() => {
|
||||
if (this.$refs.input &&
|
||||
|
|
Loading…
Reference in New Issue