From 269bfd49993f8d654a031102ea51c111747e7611 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/07-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-forms.md b/docs/07-forms.md index 331c3bcf..ba8e07ee 100644 --- a/docs/07-forms.md +++ b/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 `