mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Reorder DefaultDOMPropertyConfig
`autoCorrect` belongs with the non-standard properties list.
This commit is contained in:
committed by
Paul O’Shannessy
parent
9b44ad6ce5
commit
2cf7d943df
@@ -42,7 +42,6 @@ var DefaultDOMPropertyConfig = {
|
||||
allowTransparency: MUST_USE_ATTRIBUTE,
|
||||
alt: null,
|
||||
autoComplete: null,
|
||||
autoCorrect: null,
|
||||
autoFocus: HAS_BOOLEAN_VALUE,
|
||||
autoPlay: HAS_BOOLEAN_VALUE,
|
||||
cellPadding: null,
|
||||
@@ -109,6 +108,7 @@ var DefaultDOMPropertyConfig = {
|
||||
* Non-standard Properties
|
||||
*/
|
||||
autoCapitalize: null, // Supported in Mobile Safari for keyboard hints
|
||||
autoCorrect: null, // Supported in Mobile Safari for keyboard hints
|
||||
|
||||
/**
|
||||
* SVG Properties
|
||||
|
||||
Reference in New Issue
Block a user