3 lines
104 B

{#each items as item}
<div><input bind:value={item.description}><p>{item.description}</p></div>
{/each}