From 56c88ee4192b717b33c46b552904aa02e91d6e8f Mon Sep 17 00:00:00 2001 From: Generic User Date: Thu, 24 May 2018 10:53:28 -0500 Subject: [PATCH] added clarification text to controlled input example --- content/docs/forms.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/docs/forms.md b/content/docs/forms.md index 989e89fd2b9..8a5ac147944 100644 --- a/content/docs/forms.md +++ b/content/docs/forms.md @@ -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 `