Skip to content

Commit

Permalink
Add attribute definition autoCapitalize to HTMLAttributes
Browse files Browse the repository at this point in the history
  • Loading branch information
craftedsystems committed Jun 15, 2021
1 parent 50b90f8 commit 51d607c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,10 @@ export namespace JSXInternal {
wmode?: string;
wrap?: string;

// Non-standard Attributes
autocapitalize?: string;
autoCapitalize?: string;

// RDFa Attributes
about?: string;
datatype?: string;
Expand Down

0 comments on commit 51d607c

Please sign in to comment.