mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #3000 from syranide/openbool
Set HTML DOM property "open" to HAS_BOOLEAN_VALUE
This commit is contained in:
@@ -120,7 +120,7 @@ var HTMLDOMPropertyConfig = {
|
||||
muted: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
|
||||
name: null,
|
||||
noValidate: HAS_BOOLEAN_VALUE,
|
||||
open: null,
|
||||
open: HAS_BOOLEAN_VALUE,
|
||||
pattern: null,
|
||||
placeholder: null,
|
||||
poster: null,
|
||||
|
||||
Reference in New Issue
Block a user