Skip to content

Commit

Permalink
Merge pull request #6092 from dpercy/patch-2
Browse files Browse the repository at this point in the history
Fix inverted definition of Controlled component
  • Loading branch information
jimfb committed Feb 22, 2016
2 parents fb75341 + 8011112 commit de09e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/07-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ In this example, we are accepting the value provided by the user and updating th

This would accept user input and truncate the value to the first 140 characters.

A **Controlled** component maintains its own internal state; the component renders purely based on props.
A **Controlled** component does not maintain its own internal state; the component renders purely based on props.

### Potential Issues With Checkboxes and Radio Buttons

Expand Down

0 comments on commit de09e0a

Please sign in to comment.