Skip to content

Commit

Permalink
Fixed #1657 - Dropdown should automatically scroll to show the select…
Browse files Browse the repository at this point in the history
…ed option
  • Loading branch information
tugcekucukoglu committed Oct 22, 2021
1 parent 28f9bdb commit 4920f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/dropdown/Dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ export default {
this.bindOutsideClickListener();
this.bindScrollListener();
this.bindResizeListener();
this.scrollValueInView();
if (this.filter) {
this.$refs.filterInput.focus();
Expand Down

0 comments on commit 4920f2d

Please sign in to comment.