
How to auto dropdown height and enable scrolling for the options list and enable scrolling whole page?
like this:


How to auto dropdown height and enable scrolling for the options list and enable scrolling whole page?
like this:

Set up a max-height in the “Dropdown” section inside “Specific” in the style section of your component and it will let you scroll through it.

ok thanks, this is the issue i encountered after set max-height:
It doesn’t look like it but if you are in a modal you can never scroll the background while a select is open using the new selects, you can with the old ones tho. If it isn’t a modal @antoine_caron solution should work
So far the best option I’ve found is to select the Select and ask the AI to input a scroll bar and allow mouse wheel scrolling. Then it doesn’t matter the size of your option window and you don’t need to allow scroll while dropdown is open (which just lets you scroll the whole page, doesn’t actually solve the new Select’s default lack of scrolling within the dropdown window).