Changed autoCapitalize attribute from boolean to string

This commit is contained in:
Jasper Patterson
2015-12-27 20:46:15 -07:00
parent a6ff9f6e19
commit 8b2be7dbb2
+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;