Skip to content

Commit

Permalink
Add enterkeyhint to textarea type def (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJBerry authored Jul 5, 2023
1 parent a85d688 commit 0dea78f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dom-expressions/src/jsx.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,7 @@ export namespace JSX {
cols?: number | string;
dirname?: string;
disabled?: boolean;
enterkeyhint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send";
form?: string;
maxlength?: number | string;
minlength?: number | string;
Expand Down

0 comments on commit 0dea78f

Please sign in to comment.