Merge pull request #7365 from jasperpatterson/patch-1

[React] Changed `autoCapitalize` attribute from boolean to string
This commit is contained in:
Horiuchi_H
2015-12-28 16:25:19 +09:00
+1 -1
View File
@@ -1822,7 +1822,7 @@ declare namespace __React {
vocab?: string;
// Non-standard Attributes
autoCapitalize?: boolean;
autoCapitalize?: string;
autoCorrect?: string;
autoSave?: string;
color?: string;