From 07bafce2f8bd9557602a438747b9f3db8f086ed0 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Thu, 27 Jun 2024 00:28:02 +0900 Subject: [PATCH] feat: Add new-password autocomplete to hideText input in TextInput.svelte --- src/lib/UI/GUI/TextInput.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/UI/GUI/TextInput.svelte b/src/lib/UI/GUI/TextInput.svelte index d64813a8..acb6605d 100644 --- a/src/lib/UI/GUI/TextInput.svelte +++ b/src/lib/UI/GUI/TextInput.svelte @@ -2,6 +2,7 @@ {#if hideText} +