redux-form-react-select
v0.1.6
Published
A simple component to integrate redux-form with react-select
Downloads
10
Maintainers
Readme
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]}>