mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Add autoCorrect to list of supported DOM properties
This commit is contained in:
committed by
Paul O’Shannessy
parent
7ecd72e724
commit
f4da9418f2
@@ -42,6 +42,7 @@ var DefaultDOMPropertyConfig = {
|
||||
allowTransparency: MUST_USE_ATTRIBUTE,
|
||||
alt: null,
|
||||
autoComplete: null,
|
||||
autoCorrect: null,
|
||||
autoFocus: HAS_BOOLEAN_VALUE,
|
||||
autoPlay: HAS_BOOLEAN_VALUE,
|
||||
cellPadding: null,
|
||||
@@ -156,6 +157,7 @@ var DefaultDOMPropertyConfig = {
|
||||
DOMPropertyNames: {
|
||||
autoCapitalize: 'autocapitalize',
|
||||
autoComplete: 'autocomplete',
|
||||
autoCorrect: 'autocorrect',
|
||||
autoFocus: 'autofocus',
|
||||
autoPlay: 'autoplay',
|
||||
encType: 'enctype',
|
||||
|
||||
Reference in New Issue
Block a user