{#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 })} {/snippet} {@render ComboControl()} {#snippet icon({ className })} {/snippet} {#if controlLabel} {controlLabel} {/if} {/if}