Fixed #1657 - Dropdown should automatically scroll to show the selected option
parent
28f9bdb314
commit
4920f2d88b
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue