mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
@@ -67,6 +67,7 @@ var DefaultDOMPropertyConfig = {
|
||||
draggable: null,
|
||||
encType: null,
|
||||
form: MUST_USE_ATTRIBUTE,
|
||||
formNoValidate: HAS_BOOLEAN_VALUE,
|
||||
frameBorder: MUST_USE_ATTRIBUTE,
|
||||
height: MUST_USE_ATTRIBUTE,
|
||||
hidden: MUST_USE_ATTRIBUTE | HAS_BOOLEAN_VALUE,
|
||||
@@ -85,6 +86,7 @@ var DefaultDOMPropertyConfig = {
|
||||
min: null,
|
||||
multiple: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
|
||||
name: null,
|
||||
noValidate: HAS_BOOLEAN_VALUE,
|
||||
pattern: null,
|
||||
placeholder: null,
|
||||
poster: null,
|
||||
|
||||
Reference in New Issue
Block a user