0.1.6 • Published 4 years ago

redux-form-react-select v0.1.6

Weekly downloads
6
License
MIT
Repository
-
Last release
4 years ago

Redux-Form-React-Select

This is a simple comoponent that helps you integrate react-select with redux form.

import Select from 'redux-form-react-select'

<Field name="selectField" component={Select} options={[value: 'selectValue', label: 'selectLabel]}>