Limit Combobox Size #2046
Unanswered
BrendanC23
asked this question in
Q&A
Replies: 1 comment
-
You can checkout this discussions, he's created really good example for that. I hope it's good for you. |
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.
-
I'd like to create a combobox with 1000+ items. This is slow to render the list when the combobox is clicked.Is there a way to show only a some items? For example, to display the first 100 items in the list if there is no search string, and the first 100 that match when there is a search string?
I looked at the cmdk docs, but didn't see anything relevant. Is the best option to build a custom filter/display on top of it?
Beta Was this translation helpful? Give feedback.
All reactions