Fixed #1657 - Dropdown should automatically scroll to show the selected option

pull/1692/head
Tuğçe Küçükoğlu 2021-10-22 17:15:01 +03:00
parent 28f9bdb314
commit 4920f2d88b
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@ export default {
this.bindOutsideClickListener(); this.bindOutsideClickListener();
this.bindScrollListener(); this.bindScrollListener();
this.bindResizeListener(); this.bindResizeListener();
this.scrollValueInView();
if (this.filter) { if (this.filter) {
this.$refs.filterInput.focus(); this.$refs.filterInput.focus();