--- ## Select Discriminated union over `multiple`. Consumers pick a single shape at the call site and the value type narrows accordingly — `` binds to `T | null`. See `SelectSingleProps` / `SelectMultipleProps` for the per-mode details. **Import:** `import { Select } from '@urbicon-ui/blocks';` ### Examples ```svelte ({ label: t.name, value: t.id }))} bind:value={tenantId} /> ``` ```svelte {#snippet customTrigger(selected, isOpen, clear)} {/snippet} ``` ```svelte