Skip to content

Commit

Permalink
Fix "Uncontrolled Components" documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yungsters authored and zpao committed Jan 15, 2014
1 parent d99cafa commit edd61ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/06-forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,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.

Likewise, `<input>` supports `defaultChecked` and `<option>` supports `defaultSelected`.
Likewise, `<input>` supports `defaultChecked` and `<select>` supports `defaultValue`.


## Advanced Topics
Expand Down

0 comments on commit edd61ed

Please sign in to comment.