react-tags / react-tags

A fantastically simple tagging component for your projects
https://codesandbox.io/p/sandbox/react-tags-l65545
MIT License
1.49k stars 396 forks source link

React Tags for multiple input field #173

Open sam-blinkdigital opened 7 years ago

sam-blinkdigital commented 7 years ago

How do we implement React Tags for multiple input field on same form.

Please suggest.

1-800-jono commented 7 years ago

I think you can just add the name attribute like <ReactTags name="inputNameHere" /> Then target it like this.props.name.inputNameHere

Haven't fully tried this yet.