We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5496497 commit 746e17aCopy full SHA for 746e17a
src/directives/public/model/checkbox.js
@@ -47,7 +47,7 @@ export default {
47
}
48
49
this.on('change', this.listener)
50
- if (el.checked) {
+ if (el.hasAttribute('checked')) {
51
this.afterBind = this.listener
52
53
},
src/directives/public/model/radio.js
@@ -23,7 +23,7 @@ export default {
23
24
25
26
27
28
29
0 commit comments