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'}