{ inputFocused = true; checkInput(); }} on:focus={() => (inputFocused = true)} on:blur={() => (inputFocused = false)} spellcheck="false" autocomplete="off" autocapitalize="off" maxlength="64" aria-label={altText} aria-hidden="false" aria-invalid={!validInput} {...{ type: inputType }} /> {#if inputValue.length > 0}
{ inputValue = ""; checkInput(); }} aria-label={$t("button.clear_input")} >
{#if sensitive}
(inputHidden = !inputHidden)} aria-label={$t( inputHidden ? "button.show_input" : "button.hide_input" )} > {#if inputHidden}
{:else}
{/if}
{/if} {/if} {#if inputValue.length === 0}
{placeholder}
{#if String($settings[settingContext][settingId]).length > 0}
{ inputValue = String($settings[settingContext][settingId]); checkInput(); }} aria-label={$t("button.restore_input")} >
{/if} {/if}