Skip to content

Commit 1b727fa

Browse files
committed
Auto merge of #1665 - xtian:patch-1, r=jtgeibel
application.hbs: Disable autocorrect/spellcheck on search input
2 parents e0443ce + a17cd94 commit 1b727fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/templates/application.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
placeholder="Click or press 'S' to search..."
2121
value={{searchQuery}}
2222
oninput={{action (mut searchQuery) value="target.value"}}
23+
autocorrect="off"
24+
autocapitalize="off"
2325
autofocus="autofocus"
26+
spellcheck="false"
2427
required
2528
data-test-search-input>
2629
<label for="cargo-desktop-search">Search</label>

0 commit comments

Comments
 (0)