{ let input = document.activeElement; if (input instanceof HTMLInputElement) { input.select(); } }} on:focusin class="w-[22px] {$$props.class ?? ''}" {...$$restProps} />