mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add hidden attribute to DOM properties.
This commit is contained in:
@@ -53,6 +53,7 @@ var DefaultDOMPropertyConfig = {
|
||||
draggable: null,
|
||||
enctype: null,
|
||||
height: MUST_USE_ATTRIBUTE,
|
||||
hidden: MUST_USE_ATTRIBUTE | HAS_BOOLEAN_VALUE,
|
||||
href: null,
|
||||
htmlFor: null,
|
||||
id: MUST_USE_PROPERTY,
|
||||
|
||||
Reference in New Issue
Block a user