Closed kevinkashou closed 7 years ago
I solved it with the following ....
<Field model={this.props.model} id={this.props.model} mapProps={{customChange: props => props.change}}>
<ReactStars
count={5}
half={false}
size={24}
color1={'#000013'}
color2={'#ffd700'}
/>
</Field>
What is the best way to integrate this library to the react redux form?
This is what I have but it is not grabbing the data on submit of form.