-
Notifications
You must be signed in to change notification settings - Fork 42
Limiting options shown in the dropdown #241
-
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.
All reactions
I just opened #243 that adds a maxOptions
prop. You can see it in action on the landing page in the countries
example. Does this serve your purpose?
Replies: 1 comment 2 replies
-
I just opened #243 that adds a maxOptions
prop. You can see it in action on the landing page in the countries
example. Does this serve your purpose?
Beta Was this translation helpful? Give feedback.
All reactions
-
🚀 1
-
Perfect, it sure does! Thank you for the speedy response!
Beta Was this translation helpful? Give feedback.
All reactions
-
Great! Will be part of the next release. No firm date yet.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1