{ if (!opened) { opened = true showPopup(DropdownLabelsPopupIntl, { placeholder, items, selected }, container, (result) => { if (result) { selected = result dispatch('selected', result) } opened = false }) } }} >
{#if selectedItem}
{:else}
{/if}