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
If you have a particularly long list of items (or a particularly short viewport), the items list in <Select> overflows outside the viewport and doesn't scroll, causing some items to be unreachable.
Perhaps not worth considering until #235 gets figured out, though.
Reproduction
Easy enough to see it in action on the bits docs; just pull up the select page, pop open dev-tools and resize it to take up most of the vertical space for the page, then toggle open the select, and note that items go off-screen and can't be selected.
Would you mind providing a video/screenshot of the specific behavior you're experiencing so I can determine if it's a styling issue or a floating UI configuration issue?
It's not obvious in the video, but around the 0:15 mark I was trying the scroll gesture to scroll the page/popover. Nothing moves -- I believe this is a feature; the page scrolling gets disabled.
Yeah, it's a feature but can be disabled using the preventScroll prop. You can also adjust the Floating UI behavior using the <Select.Content /> props. I could set a height and overflow on the content and it would fix itself on the docs I believe!
Describe the bug
If you have a particularly long list of items (or a particularly short viewport), the items list in
<Select>
overflows outside the viewport and doesn't scroll, causing some items to be unreachable.Perhaps not worth considering until #235 gets figured out, though.
Reproduction
Easy enough to see it in action on the bits docs; just pull up the select page, pop open dev-tools and resize it to take up most of the vertical space for the page, then toggle open the select, and note that items go off-screen and can't be selected.
Logs
No response
System Info
The text was updated successfully, but these errors were encountered: