(validInput = input.checkValidity())} on:input={() => (inputFocused = true)} on:focus={() => (inputFocused = true)} on:blur={() => (inputFocused = false)} spellcheck="false" autocomplete="off" autocapitalize="off" maxlength="64" pattern={regex[type]} aria-label={altText} aria-hidden="false" { ...{ type: inputType } } /> {#if inputValue.length === 0} {/if}