about summary refs log tree commit diff stats
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/components/search.templ1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/components/search.templ b/internal/components/search.templ
index e5d3446..0457ff9 100644
--- a/internal/components/search.templ
+++ b/internal/components/search.templ
@@ -14,6 +14,7 @@ templ Search(tdata TemplateData, r ResultData) {
 				value={ r.Query }
 				autofocus
 				spellcheck="false"
+				autocapitalize="none"
 			/>
 			<button>Search</button>
 		</fieldset>