(open = true)} > {#if label} {label} {/if}
{value || ""}
(open = false)} useAnchorWidth={true} maxWidth={null} >
{#if options.length} {#each options as option, idx}
onChange(getOptionValue(option, idx))} > {getOptionLabel(option, idx)} {#if value === getOptionValue(option, idx)} {/if}
{/each} {/if}