{label}
{#if multiple}
{#each options as option}
{!textMember ? option : textMember(option)}
{/each}
{:else}
{#each options as option}
{!textMember ? option : textMember(option)}
{/each}
{/if}