Cosmetics
parent
c8fb79571f
commit
c23630d748
|
@ -316,7 +316,7 @@ export default {
|
||||||
else
|
else
|
||||||
this.searchValue = this.searchValue ? this.searchValue + char : char;
|
this.searchValue = this.searchValue ? this.searchValue + char : char;
|
||||||
|
|
||||||
let searchIndex =this.getSelectedOptionIndex();
|
let searchIndex = this.getSelectedOptionIndex();
|
||||||
let newOption = this.searchOption(++searchIndex);
|
let newOption = this.searchOption(++searchIndex);
|
||||||
|
|
||||||
if (newOption) {
|
if (newOption) {
|
||||||
|
|
Loading…
Reference in New Issue