<p>selected: {selected}</p>

<select bind:value='selected'>
	<option>a</option>
	<option>b</option>
	<option>c</option>
</select>

<p>selected: {selected}</p>