bboyle / html5-constraint-validation-API

A jQuery polyfill for the HTML5 constraint validation API
MIT License
3 stars 1 forks source link

Validity for radio button groups is incorrect #2

Closed bboyle closed 12 years ago

bboyle commented 12 years ago

On submit, all input elements in a radio button group could be flagged as invalid. On click, one radio may be flagged as valid, but others in the group remain flagged as invalid. This is incorrect.

Change handler for radio buttons needs to apply to entire group.