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