{#snippet ComboControl()}
{#if showScale}
{#each Array(5) as _, i}
{calculateScale(i)}
{/each}
{/if}
{#if !reduced}
{/if}
{/snippet} {#if reduced} {@render ComboControl()} {:else}
{#snippet icon({ className })}
{/snippet}
{#snippet child({ props })}
{control.value}
{/snippet}
{@render ComboControl()}
{#snippet icon({ className })}
{/snippet}
{#if controlLabel}
{controlLabel}
{/if}
{/if}