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

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