Replies: 1 comment
-
I think an example or a codesandbox or stackblitz would be very helpful in understanding the issue you're running into. Right now there isn't enough information for me to make any guesses. Would you be willing to put that together? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I have a combox that seems to not support too many options. I have a list of 94 items that I want to render in my ListBox (in ComboBox). Every option gets printed out, but there is a cut-out and all options from letter e-t gets removed from that list, meaning I can see options until first option that starts with letter e, and then there is a cut-out to option that start with letter t. So not all options are rendered even when I scroll, when I scroll near the end I see the cutout. Any ideas why this happens? I have tried to add Collections, and I have read about virtualization but I cannot import Virtualization from react-aria. Anyone who have had the same problem?
Beta Was this translation helpful? Give feedback.
All reactions