{#if showTitle || config.teaser}
{#if showTitle}
{config.name}
{/if} {#if config.teaser}
{config.teaser}
{/if}
{/if}
{config.labels.in1}
handleInput(1)} placeholder="Enter value" class:active={activeField === 1} />
{#if !has3}
{/if}
{config.labels.in2}
handleInput(2)} placeholder={has3 ? 'Enter value' : 'Result'} class:active={activeField === 2} />
{#if has3}
{config.labels.in3}
handleInput(3)} placeholder="Result" class:active={activeField === 3} />
{/if}