{ btn.focus() if (!opened) { opened = true showPopup(DropdownPopup, { title: label, items, icon }, container, (result) => { if (result) selected = result opened = false }) } }} >
container.click()}> {#if selected && selected.image}
{:else} {#if typeof (icon) === 'string'}
{:else}
{/if} {/if}
{#if selected}{selected.label}{:else}
{/if}