Limiting options shown in the dropdown #241
Answered
by
janosh
AaronPlave
asked this question in
Q&A
-
Is there any way to limit the number of options rendered in the dropdown without interfering with the filtering capabilities? I'm looking to use this component as more of a tags input with autocomplete as opposed to a true multiselect and anticipate that I may need to provide thousands of options which would be too much to show in the dropdown. |
Beta Was this translation helpful? Give feedback.
Answered by
janosh
Jun 22, 2023
Replies: 1 comment 2 replies
-
I just opened #243 that adds a |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
AaronPlave
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just opened #243 that adds a
maxOptions
prop. You can see it in action on the landing page in thecountries
example. Does this serve your purpose?