mirror of https://github.com/ElemeFE/element
Select: fix multiple style issue (#2330)
parent
7d300727d3
commit
868847161a
|
@ -268,6 +268,7 @@
|
||||||
}
|
}
|
||||||
this.query = '';
|
this.query = '';
|
||||||
this.selectedLabel = '';
|
this.selectedLabel = '';
|
||||||
|
this.inputLength = 20;
|
||||||
this.resetHoverIndex();
|
this.resetHoverIndex();
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
if (this.$refs.input &&
|
if (this.$refs.input &&
|
||||||
|
|
Loading…
Reference in New Issue