We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cedd2 commit 168b0b9Copy full SHA for 168b0b9
src/ngScenario/browserTrigger.js
@@ -65,7 +65,7 @@
65
}
66
67
if (msie < 9) {
68
- if (inputType == 'radio' || inputType == 'checkbox') {
+ if ((inputType == 'radio' || inputType == 'checkbox') && (eventType == 'click')) {
69
element.checked = !element.checked;
70
71
0 commit comments