mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-22 07:19:53 +00:00
disable input suggestions in search bar
This commit is contained in:
parent
a17b475a4b
commit
8cc14c8a3e
@ -14,7 +14,7 @@ Browse <a href="/notes">here</a> or by tag <a href="/.tags">here</a>.
|
||||
</p>
|
||||
|
||||
<div id="searchWrapper">
|
||||
<input placeholder="Search" id="search" autofocus>
|
||||
<input autocomplete="off" placeholder="search" id="search" autofocus>
|
||||
<input type="number" id="resultsMax" min="0" value="5">
|
||||
</div>
|
||||
<p class="smallText" style="margin-top: 0; text-align: center;"> Press <kbd>Enter</kbd> to open first result or <kbd>Shift</kbd>+<kbd>Enter</kbd> to open in new tab</p>
|
||||
|
Loading…
Reference in New Issue
Block a user