#How to deal with large date set in MultiSelect?
1 messages · Page 1 of 1 (latest)
I think the main argument there is it’s meant to be a searchable field
And also if you’re choosing that many items, multi select may not be the correct choice
you can add this: styles={{input: {maxHeight: 100, overflow: 'auto'}}}
What else would you suggest?