7 lines
140 B

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