Is your feature request related to a problem? Please describe.
My Select / Autocomplete starts to lag with the amount of items I have, so I would like to propose virtualization of the elements to make it faster. We could use react-window for implementation.
Describe the solution you'd like
I wish that even with 10 thousand elements the Select and Autocomplete would not lag.
Is your feature request related to a problem? Please describe.
My Select / Autocomplete starts to lag with the amount of items I have, so I would like to propose virtualization of the elements to make it faster. We could use react-window for implementation.
Describe the solution you'd like
I wish that even with 10 thousand elements the Select and Autocomplete would not lag.
Describe alternatives you've considered
https://www.npmjs.com/package/react-select-virtualized
Screenshots or Videos
No response