Merge branch 'restructure-docs' of github.com:sveltejs/svelte into restructure-docs

pull/2132/head
Richard Harris 7 years ago
commit 21461cff36

@ -5,5 +5,5 @@ title: Textarea inputs
The `<textarea>` element behaves similarly to a text input in Svelte — use `bind:value`:
```html
<textarea bind:value={markdown}></textarea
```
<textarea bind:value={markdown}></textarea>
```

Loading…
Cancel
Save