{#if label}
{label}
{/if}
{#each selectedOptions as option}
{option.name}
remove(option.value)}>
{/each} {#if !value || !value.length} {#if placeholder && placeholder.length}
{placeholder}
{:else}
{/if} {/if}
{#if optionsVisible}
showOptions(false)} transition:fly={{ duration: 200, y: 5 }} on:mousedown|preventDefault={handleOptionMousedown}> {#each options as option}
{option.name}
{/each} {#if !options.length}
No results
{/if}
{/if}