Browse Source

Make it clear that textarea also supports defaultValue. (#9318)

main
Aaron Cannon 8 years ago
committed by Brandon Dail
parent
commit
c6bf4b75d7
  1. 2
      docs/uncontrolled-components.md

2
docs/uncontrolled-components.md

@ -63,4 +63,4 @@ render() {
}
```
Likewise, `<input type="checkbox">` and `<input type="radio">` support `defaultChecked`, and `<select>` supports `defaultValue`.
Likewise, `<input type="checkbox">` and `<input type="radio">` support `defaultChecked`, and `<select>` and `<textarea>` supports `defaultValue`.

Loading…
Cancel
Save