cferdinandi / validate

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

Radio issues in IE preventing submission #60

Closed alexcarpenter closed 5 years ago

alexcarpenter commented 6 years ago

When working with required radios in IE, you always get an error. I've included the polyfill script as well. See attached gif and test case.

radio-issues

Test case: https://codepen.io/alexcarpenter/pen/BOawNy

Browserstack test image 2018-08-20 at 4 19 44 pm

cferdinandi commented 5 years ago

Ok so... after lots of testing and trying to update/improve the polyfill, I decided to just give up. The native API is a total pain to work with.

I just created a new form validation plugin, Bouncer, that's the same size as Validate.js and uses native form validation elements, but works a little differently under the hood.

I'm deprecating Validate.js today.