How to increase performance of Combobox? #1993
Unanswered
patrickyan
asked this question in
Help
Replies: 2 comments
-
I have the same problem with a list of several hundred taxonomy items. Combobox is unusable for this, although in my opinion that is the purpose of a combobox with autocomplete. For a short list of 10 items I can use a conventional select list. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The solution right now is to use @tanstack/react-virtual to implement a virtualized list for <ComboBox.Options> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Combobox is useful for filtering a long select list of options. However, long lists seem to make Combobox laggy. With a country select list (250 items, fairly common usage), it takes about 1 second for the list to actually pop up.
Beta Was this translation helpful? Give feedback.
All reactions