Open Chetan-KK opened 5 months ago
This is not library bug, just a common problem when you deal with render largest list in a website. Try to integration with a library like react-window to reduce number of html tag rendered, shadcn-ui is fully support for integration with that libraries.
@Chetan-KK use something like Shadcn Virtualized Combobox to render large list in a virtualized manner, so that your select component doesn't lag
Describe the bug
i've used next js 13 and fetched google fonts from api and used select, application starts lagging as soon as select is opend
Affected component/components
selec
How to reproduce
Codesandbox/StackBlitz link
No response
Logs
No response
System Info
Before submitting