cferdinandi / validate

A lightweight form validation script.
MIT License
230 stars 39 forks source link

validate.destroy not working #59

Closed richgwil closed 5 years ago

richgwil commented 6 years ago

Had to replace the line in validate.destroy: var fields = document.querySelectorAll(settings.errorClass) with var fields = document.querySelectorAll('.' + settings.fieldClass);

cferdinandi commented 5 years ago

I'm deprecating Validate.js today and replacing it with Bouncer.