{#each selectedValue as value, i}
multiFullItemClearable ? handleClear(i, event) : {}}>
{@html getSelectionLabel(value)}
{#if !isDisabled && !multiFullItemClearable}
{/if}
{/each}