react-redux-form
react-redux-form copied to clipboard
Dynamic fields are not validated after validation rules are changed
The Problem
dynamic fields are not validated after validation rules are changed
Steps to Reproduce
try click on the checkbox and check validation https://codepen.io/asadsadsa/pen/brMjOw
Expected Behavior
after validation rules are changed, the form is revalidated
Actual Behavior
after validation rules are changed, only old validation rules are applied
Reproducible Code Example
I'm having the same problem