Skip to content

Commit

Permalink
added clarification text to controlled input example
Browse files Browse the repository at this point in the history
  • Loading branch information
Generic User committed May 24, 2018
1 parent 1de600d commit 56c88ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/docs/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ handleChange(event) {
}
```

[Try it on CodePen.](https://codepen.io/anon/pen/xjNeWG?editors=0010)

As a side note, you may notice that typing in the middle of an string in the text box will cause the cursor to jump to the end of the text box. This is expected and there is currently not a recommended way to avoid this behaviour.

## The textarea Tag

In HTML, a `<textarea>` element defines its text by its children:
Expand Down

0 comments on commit 56c88ee

Please sign in to comment.