Skip to content

Commit 1ba0ad7

Browse files
author
Orta
authored
Merge pull request #853 from eps1lon/feat/enterkeyhint
feat: Add enterKeyHint
2 parents 15a4678 + 2d60cd3 commit 1ba0ad7

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

baselines/dom.generated.d.ts

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5232,6 +5232,7 @@ interface ElementCSSInlineStyle {
52325232

52335233
interface ElementContentEditable {
52345234
contentEditable: string;
5235+
enterKeyHint: string;
52355236
inputMode: string;
52365237
readonly isContentEditable: boolean;
52375238
}

inputfiles/removedTypes.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@
1515
}
1616
}
1717
},
18-
"ElementContentEditable": {
19-
"properties": {
20-
"property": {
21-
"enterKeyHint": null
22-
}
23-
}
24-
},
2518
"NavigatorID": {
2619
"methods": {
2720
"method": {

0 commit comments

Comments
 (0)