NewOldMax / react-form-validator-core

Core validator component for react forms
MIT License
94 stars 44 forks source link

Validate onBlur #40

Closed eklemen closed 5 years ago

eklemen commented 5 years ago

Have any plans for allowing validate onBlur as a prop/config as well? I can look into opening a PR if I get some free time. Thanks for the package, it was exactly what I was looking for.

NewOldMax commented 5 years ago

Hi, here is an onBlur example

eklemen commented 5 years ago

Thanks @NewOldMax , i am using Semantic UI React and their Form.Input i guess is a functional component so I get an error I cannot use ref's on functional components. I might be able to wrap it or extract it somehow, but good to know theres an onBlur example.