Patternslib / Patterns

Library for quickly applying rich interaction patterns without the need to write any JavaScript.
http://patternslib.com
Other
104 stars 43 forks source link

Radio buttons aren't unchecked. #348

Closed volmerf closed 11 years ago

volmerf commented 11 years ago

As the title says radio buttons aren't unchecked when selecting another radio button. See http://jsfiddle.net/n3Vxp/ for a working example.

wichert commented 11 years ago

This seems to work fine in the checked-flag demo, so I suspect there is a problem with the markup in the jsfiddle.

cornae commented 11 years ago

It doesn’t look like there is anything wrong with the markup. I see it also in a project. When there is only one radio button in a field set en the radio button is unchecked because another radio button of the same group, out of that field checked, then the checked class is not removed.

Op 12 nov. 2013, om 12:38 heeft Wichert Akkerman notifications@github.com het volgende geschreven:

This seems to work fine in the checked-flag demo, so I suspect there is a problem with the markup in the jsfiddle.

— Reply to this email directly or view it on GitHub.

wichert commented 11 years ago

Please note that the patternslib.com website is currently not updating its bundles, so you will need to build patterns manually to get the fix.