(Semantic UI) Multiselect dropdown to be used with redux-form. See here.
To implement Semantic UI's Multiple Search Selection with awesome erikras's Redux Form.
import { Field } from 'redux-form'
import MultiSelect from 'path/to/MultiSelect.jsx'
...
<Field name='tags' component={MultiSelect} options={['Puppy', 'Pupper', 'Small doggor']} placeholder='Enter cute animals... '/>
- ReactJS
- Redux Form
- Semantic UI
- Transition animations
- html classes customizations