From d96f319d6e0adc8dba13af735890c4fd536c9ebd Mon Sep 17 00:00:00 2001 From: Brenard Cubacub Date: Thu, 8 Oct 2015 16:41:19 -0700 Subject: [PATCH] [docs] fix forms Default Value example The Default Value section in the forms docs says "This example will function much like the Controlled Components example above." The example actually functions like the Uncontrolled Components example, not the Controlled Components example. --- docs/docs/07-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/07-forms.md b/docs/docs/07-forms.md index 331c3bcfc2..ba8e07eedd 100644 --- a/docs/docs/07-forms.md +++ b/docs/docs/07-forms.md @@ -95,7 +95,7 @@ If you want to initialize the component with a non-empty value, you can supply a } ``` -This example will function much like the **Controlled Components** example above. +This example will function much like the **Uncontrolled Components** example above. Likewise, `` supports `defaultChecked` and `