NewOldMax / react-form-validator-core

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

Is there any way to have ValidateOnChangeAfterInitialBlur ? #64

Closed sureshsevarthi closed 4 years ago

sureshsevarthi commented 5 years ago

ValidateOnChangeAfterInitialBlur

NewOldMax commented 5 years ago

Please create an example on https://codesandbox.io/s/ so it will be better to analyze

sureshsevarthi commented 4 years ago

I'm asking for new feature that can have "ValidateOnChangeAfterInitialBlur". As of now we only have

Is there any chance we can have ValidateOnChangeAfterInitialBlur That would be appreciated.

NewOldMax commented 4 years ago

It's really corner case so no plans to add it. You must implement it by yourself

You can get some ideas about blur validation here

sureshsevarthi commented 4 years ago

Thanks @NewOldMax, this is helpful, much appreciated. you really made a great package for form validation. thanks again.

It's really corner case so no plans to add it. You must implement it by yourself

You can get some ideas about blur validation here