Browse Source

Update 07-forms.md

main
chen 10 years ago
parent
commit
1d2d17bfdc
  1. 2
      docs/07-forms.md

2
docs/07-forms.md

@ -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 `<select>` supports `defaultValue`.
Likewise, `<input>` supports `defaultValue` and `<select>` supports `defaultChecked`.
## Advanced Topics

Loading…
Cancel
Save