Commit Graph

12 Commits

Author SHA1 Message Date
Dan Abramov 3186a8b984 Tweak examples 2016-11-17 14:23:20 +00:00
Marcy Sutton e08be27b0c fix(a11y): add missing labels to forms doc
Showing how to create a form without labeling inputs is an accessibility anti-pattern. This change adds labels to the examples to address that. Codepen may still need to be updated depending on how that example is created.
2016-11-16 14:32:42 -08:00
Kevin Lacker 3a09f4bf30 forms breakup 2016-11-08 21:38:03 +00:00
Kevin Lacker d885894c6e Docs: add a bunch of redirects (#8137)
* add a bunch of redirects

* add more redirects
2016-11-08 19:32:02 +00:00
Yura Chuchola abeae306e5 Update forms.md (#8136)
The component Form in "Uncontrolled Radio Button" example doesn't need state, because it does not used in render() method.
2016-10-31 17:35:20 -07:00
Dan Abramov a4b9abff42 Consistent CodePen links in docs 2016-10-27 13:06:09 +01:00
王晓勇 e3688d1fa3 Update forms.md (#8121) 2016-10-27 10:26:31 +01:00
Dan Abramov cc3dc21be0 Tweak Forms 2016-10-27 02:02:29 +01:00
Eric Nakagawa 552033e33b Docs update - Additional (#8115)
* Reapplied fixes to updated docs from master

* Reapplied fixes to Forms, removed ES2016 function includes()

* Missing carriage return

* Adding back some line breaks

* Making requested changes.

* Making space changes

* Fixed typo and removed unnecessary hyphen.

* Reworded select, and highlighted line

* Fixed string styles

* Refactored <label> to use htmlFor

* Another refactor of <label>

* Removed name prop from radiobutton
2016-10-27 00:14:08 +01:00
Eric Nakagawa 47e665a2fc Forms Update (#8112)
* Reapplied fixes to updated docs from master

* Reapplied fixes to Forms, removed ES2016 function includes()

* Missing carriage return

* Adding back some line breaks

* Making requested changes.

* Making space changes
2016-10-26 13:45:25 -07:00
Dan Abramov d1a61ee7f4 Fix redirects 2016-10-21 22:02:30 +01:00
Kevin Lacker 455d2d1b48 New Documentation 2016-10-21 20:59:08 +01:00