pull/2817/head
mertsincan 2022-07-29 04:09:30 +01:00
parent c18e76e1cd
commit 878893a906
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ export default {
onFocus(event) {
this.focused = true;
this.focusedOptionIndex = this.overlayVisible && this.autoOptionFocus ? this.findFirstFocusedOptionIndex() : -1;
this.overlayVisible && this.scrollInView(this.focusedOptionIndex);
this.$emit('focus', event);
},
onBlur(event) {