6 lines
115 B

<select bind:value="foo">
{#each items as item}
<option value='{item.id}'>{item.id}</option>
{/each}
</select>