I have a redux form included as component within parent component render function.
The redux form fills form data from its this.props
Now I have a drop down in the parent component which I want to change the redux form content once dropdown changes its value.
My question is how to change the redux form content (which is this.props) from the parent component once dropdown clicked ?