diff --git a/src/components/dropdown/Dropdown.vue b/src/components/dropdown/Dropdown.vue index dd5183029..1f9836cc2 100644 --- a/src/components/dropdown/Dropdown.vue +++ b/src/components/dropdown/Dropdown.vue @@ -316,7 +316,7 @@ export default { else this.searchValue = this.searchValue ? this.searchValue + char : char; - let searchIndex =this.getSelectedOptionIndex(); + let searchIndex = this.getSelectedOptionIndex(); let newOption = this.searchOption(++searchIndex); if (newOption) {