-
Notifications
You must be signed in to change notification settings - Fork 587
Closed
Description
These propTypes
validations prevent the use of the valueLink
prop on the input:
if (!inputProps.hasOwnProperty('value')) { |
More about valueLink
:
https://facebook.github.io/react/docs/two-way-binding-helpers.html
Please support valueLink
, or consider delegating to a real <input>
somewhere if you're not already, so that you don't need to re-implement or wrap native React functionality.
Metadata
Metadata
Assignees
Labels
No labels