I am using Select in react-select in order to select multiple values.
isMulti
options={colourOptions}
/>
How can I make collapse/expand for selected tags feature just similar to props
in material UI autocomplete
<Autocomplete
multiple
limitTags={2}
options={top100Films}
/>
I have read all the docs of react-select but still cannot find the similar prop. Thank you
from How can I make collapse/expand for selected tags feature in react-select like props "limitTags" in material UI autocomplete
No comments:
Post a Comment