updated select-bindings text.md (#6333)

Referenced line is now 20 instead of 24
pull/7738/head
Lawrence Logoh 5 years ago committed by GitHub
parent 44e86439de
commit 4f2c65a098

@ -2,7 +2,7 @@
title: Select bindings
---
We can also use `bind:value` with `<select>` elements. Update line 24:
We can also use `bind:value` with `<select>` elements. Update line 20:
```html
<select bind:value={selected} on:change="{() => answer = ''}">

Loading…
Cancel
Save