Skip to content

Tag: semantic-ui-react

Dropdown with multiple selection limit

I relatively new to React and Semantic UI as well. There is a component called Dropdown with a props multiple and selection, which allows to select multiple items. On the output my state looks like this: How can I do setup limit of N amount of elements? Many thanks Answer Well according to https://react.seman…