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

This commit is contained in:
Aaron Cannon
2017-04-03 23:05:50 -05:00
committed by Andrew Clark
parent b9f9b3cce6
commit b596e0bcaa
+1 -1
View File
@@ -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`.