disable autocomplete when re-visiting a site with the input component

This commit is contained in:
bytedream 2023-08-25 18:31:01 +02:00
parent a70338943d
commit 29f4f0c497

View File

@ -44,6 +44,7 @@
{value} {value}
{required} {required}
{disabled} {disabled}
autocomplete="off"
bind:this={inputElement} bind:this={inputElement}
/> />
{#if initialType === 'password'} {#if initialType === 'password'}