{#if labelText}
{labelText}
{/if}
{#if invalid}
{/if}
{#if !disabled}
{#if type === 'text'} {hidePasswordLabel} {:else}{showPasswordLabel}{/if}
{/if} {#if type === 'text'}
{:else}
{/if}
{#if !invalid && helperText}
{helperText}
{/if} {#if invalid}
{invalidText}
{/if}