/semantic-ui-redux-multiselect

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

Primary LanguageJavaScriptMIT LicenseMIT

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