From 29f4f0c497b098f62a5756b35e8a518663a0e6c7 Mon Sep 17 00:00:00 2001 From: bytedream Date: Fri, 25 Aug 2023 18:31:01 +0200 Subject: [PATCH] disable autocomplete when re-visiting a site with the input component --- src/lib/components/Input/Input.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/components/Input/Input.svelte b/src/lib/components/Input/Input.svelte index 196922d..e28a8ff 100644 --- a/src/lib/components/Input/Input.svelte +++ b/src/lib/components/Input/Input.svelte @@ -44,6 +44,7 @@ {value} {required} {disabled} + autocomplete="off" bind:this={inputElement} /> {#if initialType === 'password'}