From c23630d74857dd9366ddc5ec060cc28a8b3f0632 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Fri, 28 Dec 2018 15:03:44 +0300 Subject: [PATCH] Cosmetics --- src/components/dropdown/Dropdown.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {