mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Make it clear that textarea also supports defaultValue. (#9318)
This commit is contained in:
committed by
Andrew Clark
parent
b9f9b3cce6
commit
b596e0bcaa
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user