Virtualization for larger lists in the multi select8 #28
Closed
WellingtonVell
started this conversation in
General
Replies: 1 comment
-
I don't have any plans currently to add a virtualization example as this component wasn't really designed with that in mind. It may still work with virtualization, but the way the badge labels are displayed will probably have issues if virtualized. |
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.
-
Could you add a example with virtualization ?
I have a multi select that i builded (yours is way better), and i have to virtualize it some times where i have lists with 1000+ items, the label with dynamic height because of long texts.
i implemented it with @tanstack/virtual, bit always faced issue with to many setState calls (something like that, dont really remember right now)
Beta Was this translation helpful? Give feedback.
All reactions