-
Partly related to mantine. Has anyone created a virtualized select component? Which library did you use? Will react-window work? Tips on how to go about it? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
rtivital
Jun 9, 2022
Replies: 1 comment
-
I do not think that it is possible to use virtualization libraries with select and other inputs dropdowns, if you have a lot of values (> 100) you should use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rtivital
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I do not think that it is possible to use virtualization libraries with select and other inputs dropdowns, if you have a lot of values (> 100) you should use
limit
prop and make user search for the option.