Skip to content

Commit aa730d5

Browse files
committed
Disable spellheck where appropriate
1 parent de70310 commit aa730d5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

partials/section.forms.hbs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
placeholder="[email protected]"
3131
autocapitalize="off"
3232
autocorrect="off"
33+
spellcheck="false"
3334
type="email" />
3435
</label>
3536

@@ -40,6 +41,7 @@
4041
name="password"
4142
autocapitalize="off"
4243
autocorrect="off"
44+
spellcheck="false"
4345
type="password" />
4446
</label>
4547

@@ -49,6 +51,7 @@
4951
id="input__url"
5052
name="url"
5153
autocapitalize="off"
54+
spellcheck="false"
5255
type="url" />
5356
</label>
5457

@@ -59,6 +62,7 @@
5962
name="telephone"
6063
autocorrect="off"
6164
autocomplete="tel"
65+
spellcheck="false"
6266
type="tel" />
6367
</label>
6468

@@ -75,6 +79,7 @@
7579
<input
7680
id="input__search"
7781
name="search"
82+
spellcheck="false"
7883
type="search" />
7984
</label>
8085

@@ -661,6 +666,7 @@
661666
autocomplete="email"
662667
autocapitalize="off"
663668
autocorrect="off"
669+
spellcheck="false"
664670
type="text" />
665671
</label>
666672

@@ -672,6 +678,7 @@
672678
autocomplete="username"
673679
autocapitalize="off"
674680
autocorrect="off"
681+
spellcheck="false"
675682
type="text" />
676683
</label>
677684

@@ -683,6 +690,7 @@
683690
autocomplete="new-password"
684691
autocapitalize="off"
685692
autocorrect="off"
693+
spellcheck="false"
686694
type="text" />
687695
</label>
688696

@@ -694,6 +702,7 @@
694702
autocomplete="current-password"
695703
autocapitalize="off"
696704
autocorrect="off"
705+
spellcheck="false"
697706
type="text" />
698707
</label>
699708

@@ -975,6 +984,7 @@
975984
autocomplete="url"
976985
autocapitalize="off"
977986
autocorrect="off"
987+
spellcheck="false"
978988
type="url" />
979989
</label>
980990

0 commit comments

Comments
 (0)