Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat]: Support combobox with many items #3698

Open
2 tasks done
kenn opened this issue May 9, 2024 · 0 comments
Open
2 tasks done

[feat]: Support combobox with many items #3698

kenn opened this issue May 9, 2024 · 0 comments

Comments

@kenn
Copy link

kenn commented May 9, 2024

Feature description

Combobox gets really slow when you have many items in it. In my case with 5,000 items, it takes full 2 seconds just to open the Popover / Drawer.

Headless UI v2.0 introduced new combobox using TanStack Virtual, which can handle 100,000+ items.

Would you consider incorporating the same idea?

Affected component/components

Combobox

Additional Context

Additional details here...

Before submitting

  • I've made research efforts and searched the documentation
  • I've searched for existing issues and PRs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant