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 403a720 commit dc13531Copy full SHA for dc13531
1 file changed
layouts/header.html
@@ -8,7 +8,7 @@
8
<li><a href="/changes/" class="nav-blog">Blog</a></li>
9
<li><a href="https://github.com/contact">Support</a></li>
10
<li id="search-container">
11
- <input type="text" id="search" /><label class="search-placeholder">Search</label>
+ <input type="text" id="search" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" /><label class="search-placeholder">Search</label>
12
<div class="cancel-search"></div>
13
<ul id="search-results">
14
0 commit comments