Edit Field not working & Managing form values using redux store - redux-form
问题 I am using redux-form v6.7.0 . I referred this link and tried to load data asynchronously on button click but it is not working as expected. I used change method in componentWillReceiveProps but after using I am unable to edit that Field . I don't know using change method is the only and appropriate way of managing with redux-form . PFB the sample code snippet where I loaded personName using change method in componentWillReceiveProps and after that I am unable to edit that Field . For