We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186c3d8 commit 6e17be1Copy full SHA for 6e17be1
src/ngScenario/browserTrigger.js
@@ -62,7 +62,7 @@
62
}
63
64
if (msie < 9) {
65
- if (inputType == 'radio' || inputType == 'checkbox') {
+ if ((inputType == 'radio' || inputType == 'checkbox') && (eventType == 'click')) {
66
element.checked = !element.checked;
67
68
0 commit comments