Search: Allow browser suggestions (#3724)

pull/3874/head
Samantaz Fox 12 months ago
commit bbf16279bb
No known key found for this signature in database
GPG Key ID: F42821059186176E

@ -1,6 +1,6 @@
<form class="pure-form" action="/search" method="get">
<fieldset>
<input type="search" id="searchbox" autocomplete="off" autocorrect="off"
<input type="search" id="searchbox" autocorrect="off"
autocapitalize="none" spellcheck="false" <% if autofocus %>autofocus<% end %>
name="q" placeholder="<%= translate(locale, "search") %>"
title="<%= translate(locale, "search") %>"

Loading…
Cancel
Save