diff --git a/src/components/dropdown/Dropdown.vue b/src/components/dropdown/Dropdown.vue index be2a04d50..1b1773ca6 100755 --- a/src/components/dropdown/Dropdown.vue +++ b/src/components/dropdown/Dropdown.vue @@ -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) {