Browse Source

Merge pull request #5101 from bcbcb/patch-1

[docs] fix forms Default Value example
main
Paul O’Shannessy 9 years ago
parent
commit
963168c8f6
  1. 2
      docs/07-forms.md

2
docs/07-forms.md

@ -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`. Likewise, `<input>` supports `defaultChecked` and `<select>` supports `defaultValue`.

Loading…
Cancel
Save