6 lines
123 B

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