drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.39k stars 1.63k forks source link

Stop setting radio checked state on tab movement #345

Closed bkrypt closed 1 year ago

bkrypt commented 7 years ago

Any keyup event (not only tab) on a radio button would call the operate() function, causing an unchecked radio button to toggle to a checked state.

This fix restricts this call to only occur in these conditions:

This fix addresses issue #327