Merge pull request #5101 from bcbcb/patch-1

[docs] fix forms Default Value example
This commit is contained in:
Paul O’Shannessy
2015-10-09 10:47:01 -07:00

View File

@@ -95,7 +95,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 **Uncontrolled Components** example above.
Likewise, `<input>` supports `defaultChecked` and `<select>` supports `defaultValue`.