{#if subs.length > 0}
{label}
onChange((e.target as HTMLSelectElement).value)} class="mt-1 block w-full rounded px-3 py-2 text-sm" style="background: var(--bg-input); border: 1px solid var(--border); color: var(--text);" >
—
{#each subs as sub}
{sub.name}
{/each}
{#if selected?.description}
{selected.description}
{/if}
{/if}