Merge pull request #881 from spicyj/checkbox-not-checked

"checkbox" not "checked"
This commit is contained in:
Pete Hunt
2014-01-15 11:04:36 -08:00
+1 -1
View File
@@ -22,7 +22,7 @@
var invariant = require('invariant');
var hasReadOnlyValue = {
'checked': true,
'checkbox': true,
'hidden': true,
'radio': true
};