Page 1 of 1

Vertical scrollbars on Dropdown

Posted: 09 Sep 2022, 11:40
by Gecko1986
If you alter the FloatLabelDemo.vue file to have lets say 20 cities and then try to access the dropdown, you'll notice that the page itself gets a scrollbar too!

How can this be fixed? Looks silly that whenever a dropdown is shown with enough items, that people get a huge scrollbar that just scrolls "past" the end of the page and show nothing.

Image

Re: Vertical scrollbars on Dropdown

Posted: 12 Sep 2022, 08:31
by tugce.kucukoglu
Could you please try to use the latest PrimeVue version?

https://github.com/primefaces/primevue/issues/2811. Dropdown was in a heavy accessibility development.

Re: Vertical scrollbars on Dropdown

Posted: 12 Sep 2022, 16:48
by Nacros79
Problem still present in 3.15.0, you can use virtualscoller to prevent the right scollbar.

Re: Vertical scrollbars on Dropdown

Posted: 13 Sep 2022, 08:10
by tugce.kucukoglu
Thanks for the feedback.