Token/Tag input component
npm install react-tokennpm install && npm start.npm install react-token
import ReactToken from 'react-token' disabled={}
onAdd={}
onRemove={}
autocompleteOptions={[, ]}
placeholder="Start Typing"
selected={[, ]}
/>
`
Props
disabled: Boolean property to determine if the component should allow inputonAdd: Function that is invoked when a token is added to the inputonBlur: Function that is invoked when the input field is no longer focusedonFocus: Function that is invoked when input field is focusedonKeyUp: Function that is invoked when a user types into the input fieldonRemove: Function that is invoked when a token is removedplaceholder: Placeholder text for input fieldrequired: Displays "required" text on right hand sideselected`: Tokens that will be displayed