jurassix / react-validation-mixin

Simple validation mixin (HoC) for React.
MIT License
283 stars 38 forks source link

Added posibility to clear validation for the specified key #61

Closed dolvik closed 5 years ago

dolvik commented 8 years ago

In some my projects I needed to clear validation just for the field that is being changed at the moment, but not the entire form. I decided to modify clearValidations method to add optional key parameter for this reason. Hope you'll like this idea.