react/addons/react-linked-input
Nathan Hunzaker 5634f0d113 15.6.2
2017-09-25 17:02:44 -07:00
..
.gitignore Add build process to all addons (#9946) 2017-06-13 18:08:17 +01:00
index.js 15.x: File headers BSD+Patents -> MIT 2017-09-25 17:02:43 -07:00
LICENSE.txt 15.x: BSD+Patents -> MIT 2017-09-25 17:02:44 -07:00
package.json 15.6.2 2017-09-25 17:02:44 -07:00
README.md Fixes for 15.5 addons (#9385) 2017-04-09 04:01:35 +01:00
test.js 15.x: File headers BSD+Patents -> MIT 2017-09-25 17:02:43 -07:00
webpack.config.js 15.x: File headers BSD+Patents -> MIT 2017-09-25 17:02:43 -07:00
yarn.lock Add build process to all addons (#9946) 2017-06-13 18:08:17 +01:00

react-linked-input

Note: This is a legacy React addon, and is no longer maintained.

We don't encourage using it in new code, but it exists for backwards compatibility.
The recommended migration path is to set value and onChange props directly instead of valueLink or checkedLink.

This component supports the legacy valueLink API for <input> components. The built-in support for it is being removed from React. This component may be used as a migration plan (so your code doesn't break in React 16) or may be used if you just like the valueLink data binding semantics. However, this component is not maintained, so use at your own risk.

For details on how to use it, refer to the LinkedStateMixin documentation, since they usually appear together.