react-tag-input-component
react-tag-input-component copied to clipboard
seprators prop not working
This seems to be working for me:
<div>
<TagsInput
value={userInput}
onChange={handleChange}
name="where"
placeHolder="(e.g. Harvard)"
separators={["Enter", ","]}
/>
</div>