{#if type === 'submit'}
{:else}
{#if $$slots.label}
{#if required}
*
{/if}
{/if}
{ // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore value = e.target?.value; input(e); }} on:click={click} /> {#if initialType === 'password'}
{ type = type === 'password' ? 'text' : 'password'; }} > {#if type === 'password'}
{:else}
{/if}
{/if}
{#if $$slots.notice}
{/if}
{/if}