dispatch("search")}>
{ isFocused?.setData(true) }} on:blur={() => { isFocused?.setData(false) }} type="search" style=" --tw-ring-color: rgb(0 0 0 / 0) !important;" class="ml-1 w-full border-none px-0 outline-none" on:keypress={(keypr) => { return keypr.key === "Enter" ? dispatch("search") : undefined }} bind:value={_value} use:set_placeholder={placeholder} use:ariaLabel={placeholder} /> {#if $value.length > 0}
{ value.set("") e.preventDefault() }} color="var(--button-background)" class="mr-3 h-6 w-6 cursor-pointer" /> {:else}
{/if}