react-component / form

React High Order Form Component(web & react-native)
http://react-component.github.io/form/
MIT License
1.81k stars 296 forks source link

Trigger validate when change validate rules will be better. #299

Open Terryand opened 5 years ago

Terryand commented 5 years ago

Today test engineer report me a bug. I find RC-Form will cache validate result until next onChange event. But in my case, user can change validate rules. So it will be wrong when he validate form item and then change validate rules.

So I think it will be better trigger validate when change validate rules