Update 07-forms.md

This commit is contained in:
chen
2015-01-09 10:19:42 +08:00
parent 1d4cbb439f
commit 1d2d17bfdc

View File

@@ -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