{#each [1, 2, 3, 4, 5] as option} {/each}
{#each ['eenie', 'meanie', 'minie', 'moe'] as value} {/each}


This is some placeholder block-level help text for the above input. It's a bit lighter and easily wraps to a new line.
{#if inputValue}

You typed: {inputValue}

{/if}
(focused = false)} on:focus={() => (focused = true)} on:change={changeEvent} on:input={inputEvent} /> {#if changeValue}

on:change says you typed: {changeValue}

{/if} {#if inputValue}

on:input says you are typing: {inputValue}

{/if} {#if !focused}

on:blur says you are not focused.

{:else}

on:focus says you are focused.

{/if}
{#each [1, 2, 3, 4, 5] as option} {/each}
{#each ['eenie', 'meanie', 'minie', 'moe'] as value} {/each}


{#each [1, 2, 3, 4, 5] as option} {/each}
{#each ['eenie', 'meanie', 'minie', 'moe'] as value} {/each}