Skip to content

(Semantic UI) multiselect dropdown to be used with redux-form

License

Notifications You must be signed in to change notification settings

wyemun/semantic-ui-redux-multiselect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

semantic-ui-redux-multiselect

(Semantic UI) Multiselect dropdown to be used with redux-form. See here.

Introduction

To implement Semantic UI's Multiple Search Selection with awesome erikras's Redux Form.

Usage

    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... '/>

Dependencies

What's missing

  • Transition animations
  • html classes customizations

About

(Semantic UI) multiselect dropdown to be used with redux-form

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published