From 83799f4f07fb2f568ca2c2d1c3f4e5f58fa6b557 Mon Sep 17 00:00:00 2001 From: samet sahin Date: Sun, 18 May 2025 09:49:40 +0200 Subject: [PATCH] WebUI: Prevent mobile keyboards from capitalizing username input This PR improves the user experience on mobile devices by ensuring the username field in the login form does not automatically capitalize the first letter when the keyboard opens. Mobile browsers tend to automatically capitalize the first letter of text inputs, which can lead to login failures if the username is case-sensitive. By explicitly disabling autocapitalization, the WebUI ensures a more predictable and user-friendly experience on mobile devices. Tested on: iOS (Safari) Co-authored-by: Chocobo1 PR #22725. --- src/webui/www/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/www/public/index.html b/src/webui/www/public/index.html index a4dbc540a..18906cd0f 100644 --- a/src/webui/www/public/index.html +++ b/src/webui/www/public/index.html @@ -32,7 +32,7 @@

- +