victorjonsson / jQuery-Form-Validator

[DISCONTINUED] jQuery plugin that makes it easy to validate user input while keeping your HTML markup clean from javascript code.
971 stars 475 forks source link

Give the possibility to prevent validation of empty fields on blur. #560

Closed damianfrizzi closed 4 years ago

damianfrizzi commented 7 years ago

This PR prevents validation of empty fields on blur when the configuration object property validateEmptyFields is set to false (default true)

Amedeo91 commented 4 years ago

This PR does not make any sense. Just put data-valitation-optional="true" and you achieve that