react/addons/react-linked-input
2017-06-12 19:33:35 +01:00
..
.babelrc Fix references to React.createClass and React.PropTypes 2017-04-06 13:17:34 -07:00
index.js Fixes for 15.5 addons (#9385) 2017-04-09 04:01:35 +01:00
LICENSE.txt Added react-linked-input package 2017-03-27 14:23:22 -07:00
package.json Bumped react-linked-input version from 15.5.0 to 15.5.1 2017-04-08 21:56:18 -07:00
PATENTS Added react-linked-input package 2017-03-27 14:23:22 -07:00
README.md Fixes for 15.5 addons (#9385) 2017-04-09 04:01:35 +01:00
test.js Added react-linked-input package 2017-03-27 14:23:22 -07:00
yarn.lock Fixes for 15.5 addons (#9385) 2017-04-09 04:01:35 +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.