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

feat: reset error info on input focus #199

Open warmhug opened 6 years ago

warmhug commented 6 years ago

Validate input and render error info when onBlur event is fired. Then trigger the onFocus event, and the input value is empty, I hope to automatically clear the error info.