mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
"checkbox" not "checked"
I can only assume this was a typo.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
var invariant = require('invariant');
|
||||
|
||||
var hasReadOnlyValue = {
|
||||
'checked': true,
|
||||
'checkbox': true,
|
||||
'hidden': true,
|
||||
'radio': true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user