summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorraphj <raphael.github@jakse.fr>2023-04-02 23:36:06 +0200
committerGitHub <noreply@github.com>2023-04-02 23:36:06 +0200
commit600da635b78f3cabee327361866f1ff0c78c0438 (patch)
tree159a7811af6ebab13b419f2e76b9d8a840a1eda5 /src
parent8db2a93827a4e27a55a9095be15083ea68cdd571 (diff)
downloadinvidious-600da635b78f3cabee327361866f1ff0c78c0438.tar.gz
invidious-600da635b78f3cabee327361866f1ff0c78c0438.tar.bz2
invidious-600da635b78f3cabee327361866f1ff0c78c0438.zip
Allow browser suggestions for search (#3704)
Diffstat (limited to 'src')
-rw-r--r--src/invidious/views/components/search_box.ecr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/views/components/search_box.ecr b/src/invidious/views/components/search_box.ecr
index 1240e5bd..a03785d1 100644
--- a/src/invidious/views/components/search_box.ecr
+++ b/src/invidious/views/components/search_box.ecr
@@ -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") %>"