mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 12:20:38 +01:00
* Lint addons * Run prettier on addons * Fix all lint issues * Remove unused variable * Test addons on CI |
||
|---|---|---|
| .. | ||
| .babelrc | ||
| index.js | ||
| LICENSE.txt | ||
| package.json | ||
| PATENTS | ||
| README.md | ||
| test.js | ||
| yarn.lock | ||
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 setvalueandonChangeprops directly instead ofvalueLinkorcheckedLink.
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.