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 8abd906 commit 927530fCopy full SHA for 927530f
lib/codeit.js
@@ -61,6 +61,7 @@ class CodeitElement extends HTMLElement {
61
cd.setAttribute('aria-autocomplete', 'list');
62
cd.setAttribute('autocapitalize', 'off');
63
cd.setAttribute('data-gramm', 'false');
64
+ cd.setAttribute('enterkeyhint', 'enter');
65
66
}
67
@@ -1607,6 +1608,7 @@ class CodeitElement extends HTMLElement {
1607
1608
1609
1610
1611
1612
1613
} else {
1614
0 commit comments