You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug where if the skip flag is used when bootstrap-switch's are radios, the other radio states are not updated. I've created a jsFiddle showing this issue. Click the second or third switch, then use the buttons. http://jsfiddle.net/xyLrbjka/
So, the 'skip' flag is use for more than muting the switchChange event. Seems like there should be a fourth argument used internally for radios. That way the two function separately.
The text was updated successfully, but these errors were encountered:
There is a bug where if the skip flag is used when bootstrap-switch's are radios, the other radio states are not updated. I've created a jsFiddle showing this issue. Click the second or third switch, then use the buttons. http://jsfiddle.net/xyLrbjka/
Looking at the code, updating the radio's only happens if 'skip' is false. https://github.com/nostalgiaz/bootstrap-switch/blob/v3.3.1/src/coffee/bootstrap-switch.coffee#L366
So, the 'skip' flag is use for more than muting the switchChange event. Seems like there should be a fourth argument used internally for radios. That way the two function separately.
The text was updated successfully, but these errors were encountered: