mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix "Uncontrolled Components" documentation
This commit is contained in:
committed by
Paul O’Shannessy
parent
d99cafaf9a
commit
edd61edfb1
@@ -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.
|
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
|
## Advanced Topics
|
||||||
|
|||||||
Reference in New Issue
Block a user