mirror of https://github.com/sveltejs/svelte
parent
6ff6e7e8ab
commit
4fc352642a
@ -0,0 +1 @@
|
||||
<select><option>--Please choose an option--</option><option selected>dog</option><option>cat</option></select>
|
@ -0,0 +1,5 @@
|
||||
<select value="dog">
|
||||
<option>--Please choose an option--</option>
|
||||
<option>dog</option>
|
||||
<option>cat</option>
|
||||
</select>
|
Loading…
Reference in new issue