Closed
Description
Bug Report
Sync validation is not triggered after a form is reset.
What is the current behavior?
- Focus on username field.
- Hit Tab.
- Error message is shown.
- Reset form.
- Focus on username field.
- Hit Tab.
- Error is not shown under the user field.
What is the expected behavior?
Sync validation should happen even tho the form was previously reset.
Sandbox Link
What's your environment?
- Redux Form: 7.0.3
- OS: macOS Sierra 10.12.6
- Browser: Chrome 60
Other information
Looks very similar to #2838