ui icon indicating copy to clipboard operation
ui copied to clipboard

[feat]: Combobox virtualization

Open Filip1139 opened this issue 11 months ago • 1 comments

Feature description

I needed to make a Combobox with a large number of items.

Do you have any idea how to achieve this feature? If I have more than 100 items in array combobox crushes

Affected component/components

Combobox

Additional Context

Additional details here...

Before submitting

  • [X] I've made research efforts and searched the documentation
  • [x] I've searched for existing issues and PRs

Filip1139 avatar Mar 06 '24 10:03 Filip1139

Using something like this might help with your issue

Tanstack Virtual

GregorGabric avatar Mar 07 '24 16:03 GregorGabric

its also pretty simple just to create a reusable intersection observer hook and use that to virtualize the command group

step2341 avatar Mar 18 '24 01:03 step2341

This issue has been automatically closed because it received no activity for a while. If you think it was closed by accident, please leave a comment. Thank you.

shadcn avatar Jun 10 '24 23:06 shadcn