Skip to content

Commit 54fcc04

Browse files
colifftmcw
authored andcommitted
disable spellcheck, autocorrect and autocapitalize on the filter input
the text entered here are likely to be functions and technical terms and as such spellcheck, autocapitalize and autocorrect would better be disabled.
1 parent 7b82bcd commit 54fcc04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/default_theme/index._

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
placeholder='Filter'
2222
id='filter-input'
2323
class='col12 block input'
24+
spellcheck='false'
25+
autocapitalize='off'
26+
autocorrect='off'
2427
type='text' />
2528
<div id='toc'>
2629
<ul class='list-reset h5 py1-ul'>

0 commit comments

Comments
 (0)