{label}
(hasFocus = true)} on:click={() => (hasFocus = true)} on:input={handleInput} on:keydown={handleKeydown} />
{#if showClearBtn}
{ search = ''; value = null; }}>
{/if}
(hasFocus = !hasFocus)}>
{#each options as option, i}
{ value = option.value; search = option.label; hasFocus = false; }}>
{option.label}
{:else}
There are no {name} that match your search
{/each}