From 2eb33007f7b353d215eadab503fcf7874ad90031 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Wed, 21 Apr 2021 10:48:26 -0400 Subject: [PATCH] Disable autocorrect on mobile search inputs Fixes #292 --- app/templates/header.html | 28 ++++++++++++++++++++++------ app/templates/index.html | 22 ++++++++++++++++++++-- 2 files changed, 42 insertions(+), 8 deletions(-) diff --git a/app/templates/header.html b/app/templates/header.html index 5973274..e9ab529 100644 --- a/app/templates/header.html +++ b/app/templates/header.html @@ -11,11 +11,19 @@
- + type="text" + value="{{ query }}">
@@ -37,9 +45,17 @@
- diff --git a/app/templates/index.html b/app/templates/index.html index 336b159..41c33ae 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -42,7 +42,16 @@
- +
@@ -132,7 +141,16 @@
- +