{ handleInputEnd() }} bind:value={searchBar} type="text" placeholder="Type ingredients and/or add a '#' in front to filter by tags" class="input input-bordered w-full" />
{#if searchMatches.length > 0} {/if}

{#if tags.length > 0} {/if} {#if fridge.length > 0}

Your Fridge:

{/if}
{#await tags then} {#if recipes.length > 0}
{#each recipes as recipe, i} {/each}
{:else} {searchStatus} {/if} {/await}
{ handleAutoCompTO(e) }} />