mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #176 from andreypopp/master
Add datetime to the list of known DOM attributes
This commit is contained in:
@@ -48,6 +48,7 @@ var DefaultDOMPropertyConfig = {
|
||||
contentEditable: null,
|
||||
controls: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
|
||||
data: null, // For `<object />` acts as `src`.
|
||||
dateTime: MUST_USE_ATTRIBUTE,
|
||||
dir: null,
|
||||
disabled: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
|
||||
draggable: null,
|
||||
|
||||
Reference in New Issue
Block a user