davidkpiano / react-redux-form

Create forms easily in React with Redux.
https://davidkpiano.github.io/react-redux-form
MIT License
2.06k stars 252 forks source link

How to reset validation errors after unmount component or submit form #1167

Open dipeshmali opened 6 years ago

dipeshmali commented 6 years ago

Hello sir, i am using redux wizard form (https://redux-form.com/7.3.0/examples/wizard/). In my case there are 5 step wizard form when i fill first step and go to next step and direct click next button without fill data in second step so validation errors are display its correct but from that second step i move to another component and again came back to wizard form the happening is that in first step there is no error show but i fill first step and click next button step 2 open but its show validation error without i fill the data. i am new to react i am not getting what is happening. checkout the link for more understanding(https://www.screencast.com/t/A15tavAL73i) Please help me out to solve this problem. Thanks in advance

atwright147 commented 6 years ago

Hey,

Based on your question you seem to be looking for help with redux-form but this repo is react-redux-form.

Kindly close this issue and create a new on at https://github.com/erikras/redux-form/