1000hz / bootstrap-validator

A user-friendly HTML5 form validation jQuery plugin for Bootstrap 3
http://1000hz.github.io/bootstrap-validator
MIT License
2.38k stars 1.07k forks source link

validation triggers when input is still focused #624

Open SimJoSt opened 6 years ago

SimJoSt commented 6 years ago

Typically validation errors are shown when defocusing a field, not while still editing. Using this validator though, fields are already validated, when the input field is still focused. When typing in an email address and stopping after contact@ to check the spelling of the domain, the validator already notes, that this is not a valid email address.

It would be nice to have the option to make the validator only trigger when fields are defocused.