Skip to content

Commit 927530f

Browse files
committed
Update codeit.js
1 parent 8abd906 commit 927530f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/codeit.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ class CodeitElement extends HTMLElement {
6161
cd.setAttribute('aria-autocomplete', 'list');
6262
cd.setAttribute('autocapitalize', 'off');
6363
cd.setAttribute('data-gramm', 'false');
64+
cd.setAttribute('enterkeyhint', 'enter');
6465

6566
}
6667

@@ -1607,6 +1608,7 @@ class CodeitElement extends HTMLElement {
16071608
cd.setAttribute('aria-autocomplete', 'list');
16081609
cd.setAttribute('autocapitalize', 'off');
16091610
cd.setAttribute('data-gramm', 'false');
1611+
cd.setAttribute('enterkeyhint', 'enter');
16101612

16111613
} else {
16121614

0 commit comments

Comments
 (0)