nextui-org / nextui

🚀 Beautiful, fast and modern React UI library.
https://nextui.org
MIT License
21.94k stars 1.53k forks source link

[Feature Request] Virtualization on Select and Autocomplete #3189

Closed matteogilioli closed 5 months ago

matteogilioli commented 5 months ago

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

linear[bot] commented 5 months ago

ENG-965 [Feature Request] Virtualization on Select and Autocomplete

matteogilioli commented 5 months ago

duplicate of #3047