We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab1cca commit a5017b2Copy full SHA for a5017b2
content/tutorial/01-svelte/06-bindings/06-select-bindings/README.md
@@ -2,7 +2,7 @@
2
title: Select bindings
3
---
4
5
-We can also use `bind:value` with `<select>` elements. Update line 20:
+We can also use `bind:value` with `<select>` elements. Update line 32:
6
7
```svelte
8
<select bind:value={selected} on:change="{() => answer = ''}">
0 commit comments