Commit Graph

6 Commits

Author SHA1 Message Date
Charlie Stras
6ff9c4bd06 Fix incorrect highlighting in uncontrolled components example (#2873) 2020-03-31 11:14:31 -07:00
Fran Zekan
91ffdb0812 Upgrade to Node 12 LTS (#2831)
* Upgrade to node 12 LTS

* Run prettier
2020-03-14 13:24:39 +00:00
Dan
3d38ca4724 Fix CI 2018-06-23 01:42:26 +01:00
Rodrigo Bermúdez Schettino
24f0448d7c Update Ref API in docs (#970)
* Update Ref API in docs

Update to new React.createRef() API in guide "Uncontrolled Components".

* Update Ref API in doc example

Use new Ref API in guide's example.

* Fix syntax error in example

* Update highlighting ranges in docs

After updating to the new createRef API, the highlighting ranges in Uncontrolled Components were wrong.

* Update highlighting ranges in docs example

After updating to the new createRef API, the highlighting ranges in Uncontrolled Components were wrong.

* Update highlighting ranges in docs example

Remove empty line in source code.

* Update uncontrolled-components.md

* Update input-type-file.js
2018-06-22 12:08:03 +01:00
Brian Vaughn
11a780d84c Update Prettier line-widths for example code 2018-02-07 09:20:56 -08:00
Dan Abramov
3ed5a51eeb Move the section on file inputs to avoid circular learning dep (#588) 2018-02-05 18:01:25 +00:00