From 4b3b1969da7b5a0776e53fce3d9887840c7934e7 Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:56:56 -0700 Subject: [PATCH] chore(webui): disable browser autocompletion for datalist inputs (#2915) It's just unnecessary clutter, especially if you switch languages in the webui Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2915 Reviewed-by: Sainan <63328889+sainan@users.noreply.github.com> Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> --- static/webui/index.html | 110 ++++++++++++++++++++-------------------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/static/webui/index.html b/static/webui/index.html index 5486b6d19..217b342ad 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -110,7 +110,7 @@