From e613c97a884f65489ab71b8485ea783f47e913f1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 26 Nov 2025 11:12:54 -0500 Subject: [PATCH] Disable Safari/macOS autocomplete on search inputs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add autocorrect=off, autocapitalize=off, spellcheck=false to all search inputs to prevent Safari's autocomplete suggestions from interfering. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- kjvstudy_org/templates/base.html | 2 +- kjvstudy_org/templates/index.html | 2 +- kjvstudy_org/templates/search.html | 3 +++ kjvstudy_org/templates/stories_index.html | 2 +- kjvstudy_org/templates/stories_kids_index.html | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/kjvstudy_org/templates/base.html b/kjvstudy_org/templates/base.html index eaef0ef..e62210a 100644 --- a/kjvstudy_org/templates/base.html +++ b/kjvstudy_org/templates/base.html @@ -1214,7 +1214,7 @@