{selectedOption?.label}
{#if isOpen}
{#each filteredOptions as option (option.label)}
handleSelect(option)} > {option.label}
{/each}
{/if}