maxatwork / form2js

Javascript library for collecting form data
http://maxatwork.github.com/form2js/
MIT License
640 stars 137 forks source link

Radiobuttons broken on skipEmpty #28

Open mikeymckay opened 12 years ago

mikeymckay commented 12 years ago

The first option is never selectable - it always results in null. Example here:

http://jsfiddle.net/mikeymckay/FKQWV/2/

lookfirst commented 12 years ago

Confirmed that this fixes it. I've merged this into my branch which I'm keeping up to date as well as fixing some other issue. You may want to run with mine since max seems to be MIA.