Commit fdc71ffe95361bbe7c4a12bcdb214f9b7fd268fb
1 parent
21f69406
reset the focus index setting.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/select/select.vue
@@ -381,7 +381,7 @@ | @@ -381,7 +381,7 @@ | ||
381 | } | 381 | } |
382 | 382 | ||
383 | optionCounter = optionCounter + 1; | 383 | optionCounter = optionCounter + 1; |
384 | - selectOptions.push(this.processOption(option, selectedValues, false)); | 384 | + selectOptions.push(this.processOption(option, selectedValues, optionCounter === currentIndex)); |
385 | } | 385 | } |
386 | } | 386 | } |
387 | 387 |