react-tag-input-component icon indicating copy to clipboard operation
react-tag-input-component copied to clipboard

seprators prop not working

Open sudhanshugautam2911 opened this issue 1 year ago • 1 comments

sudhanshugautam2911 avatar Jan 27 '24 14:01 sudhanshugautam2911

This seems to be working for me:

    <div>
      <TagsInput
        value={userInput}
        onChange={handleChange}
        name="where"
        placeHolder="(e.g. Harvard)"
        separators={["Enter", ","]}
      />
    </div>

aconstas avatar Mar 27 '24 03:03 aconstas