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 Combobox or a Select component, if the list of options is too long then they overflow.
Expected behaviour
Ideally both component should have a scroll bar if list length is greater than an ideal number either dynamically calculated from view port or like a constant say 5.
Screenshots
The text was updated successfully, but these errors were encountered:
@mustafahasankhan the component created by cli has a preset maximum height. Perhaps setting a maximum height for SelectContent could resolve this problem
I set this up using cli. Checkout the select component itself and copy paste the code. You can change the height by changing the max-h-96 class of SelectPrimitive.Content.
This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.
Description
When using Combobox or a Select component, if the list of options is too long then they overflow.
Expected behaviour
Ideally both component should have a scroll bar if list length is greater than an ideal number either dynamically calculated from view port or like a constant say 5.
Screenshots
The text was updated successfully, but these errors were encountered: