You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using VirtualScroller in the MultiSelect component with :virtualScrollerOptions="{ itemSize: 50}, the width of the overlay does not expand to the width of the content, causing a horizontal scrollbar to be shown.
This happens both on the initial show of the overlay, and when a wider item is scrolled into view.
Describe the bug
When using VirtualScroller in the MultiSelect component with
:virtualScrollerOptions="{ itemSize: 50}
, the width of the overlay does not expand to the width of the content, causing a horizontal scrollbar to be shown.This happens both on the initial show of the overlay, and when a wider item is scrolled into view.
Reproducer
https://stackblitz.com/edit/primevue-3-vite-ts-issue-template-m4tgdg?file=src%2FApp.vue
PrimeVue version
3.46.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
MultiSelect items should look the same with or without VirtualScroller.
The text was updated successfully, but these errors were encountered: