We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65006a1 commit 19746d6Copy full SHA for 19746d6
src/declarations/stencil-public-runtime.ts
@@ -875,8 +875,8 @@ export namespace JSXBase {
875
accept?: string;
876
allowdirs?: boolean;
877
alt?: string;
878
- autoCapitalize?: string;
879
- autocapitalize?: string;
+ autoCapitalize?: any;
+ autocapitalize?: any;
880
autoComplete?: string;
881
autocomplete?: string;
882
autoFocus?: boolean;
@@ -1235,8 +1235,8 @@ export namespace JSXBase {
1235
vocab?: string;
1236
1237
// Non-standard Attributes
1238
1239
1240
autoCorrect?: string;
1241
autocorrect?: string;
1242
autoSave?: string;
0 commit comments