Replies: 2 comments 2 replies
-
This is not an Ark UI bug since it’s a headless solution. You should include a max height in your styling code, or use the |
Beta Was this translation helpful? Give feedback.
-
@segunadebayo There's a bunch of scenarios in which this can occurr, including the ark examples. See for instance, Menu with Combobox, Combobox with TagsInput and Async Select. I'm trying to place some text underneath some combobox items to indicate how many hits a search has. I imagined that I could use two max-heights (one on |
Beta Was this translation helpful? Give feedback.
-
Description
When the number of elements inside a Select component does exceed the window height, the overflow is hidden. I would expect at least a scrollbar to be shown so the user can scroll on the contents of the select (I assume same would happen with a Combobox)
Link to Reproduction (or Detailed Explanation)
Zip attached
Steps to Reproduce
Ark UI Version
4.1.0
Framework
Browser
Chrome
Additional Information
Recording.2024-10-13.201418.mp4
Sample
apps.zip
For now, I have fixed it by extending the slot and applying this quick fix
Beta Was this translation helpful? Give feedback.
All reactions