cferdinandi / validate

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

Cross Browser problems with checkboxes and radios. #31

Closed iainhenderson closed 6 years ago

iainhenderson commented 6 years ago

Hi, there seem to be some problems with checkboxes and radios on your demo page These impact different browsers in different ways.

Chrome 61 Mac - Radio buttons Selecting 'Yes' is valid, selecting 'No' is invalid

Safari 11 Mac - Radio buttons 'Yes' and 'No' are both invalid

Firefox 55. - Radio buttons 'Yes' and 'No' are both invalid

Chrome 61 - Checkboxes Only "Wolverine" is valid

Safari 11 - Checkboxes No options are valid

Firefox 55 - Checkboxes No options are valid

cferdinandi commented 6 years ago

Hmm... I'm seeing this too. I'll look into this, thanks!

cferdinandi commented 6 years ago

Sorry for the lengthy delay in fixing this. It appears to have been causing by a polyfill conflict, and should be resolved with v1.1.3.

Looks like it may have been caused by a conflict with this: https://github.com/cferdinandi/validate/issues/27