is anyone getting a problem to scroll if you have a lot of items in the new selector component I’m trying for the past couple of trials to have a scroll when it has like more than 100 item but it’s not scrollable the only way is to have it through the search you cannot scroll within the new select
I get the same issue, I tried to set overflow auto with custom css but am still failing. adding a max height does not solve it.
I set a max-height (screenshot 1) and got a scrollbar (screenshot 2), BUT if I didn’t turn on “allow scrolling” (screenshot 3) I can’t actually scroll within the dropdown unless I press and drag on the scrollbar—as opposed to scrolling with a touchpad or mouse wheel.
I think weweb added a select and a multi select componenet and also depricated it after a week or something that also these functions doesn’t work immediatlly for some reason.
The latest version works though
thanks. I missed the allow scrolling when open. I thought it was similar to pop-up and would allow scrolling outside the select but actually it is allowing to scroll within the select.
Works now
Totally agree.
If I’m being honest, when I first turned it on I probably only read “scrolling” and, based on context, turned it on to enable scrolling within the popup, but the way the label is written doesn’t explictly suggest that.
To your point, in the context of a modal, I’m turning this setting off to prevent the page behind the modal from scrolling.