9 lines
162 B

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