{label}
{#if $$slots.output && selectedOption}
{ if (interactiveOutput) hasFocus = !hasFocus; }}>
{:else}
(hasFocus = true)} on:click={() => (hasFocus = true)} on:input={handleInput} on:keydown={handleKeydown} /> {/if}
{#if showClearBtn}
{/if}
(hasFocus = !hasFocus)}>
{#each options as option, i}
{ selectOption(option); }}>
{option.label}
{:else}
There are no {name} that match your search
{/each}