React has merged a pull request deprecating the usage of the valueLink for the input component.
I think that we should follow this for our component.
The first step is to make sure all of our components work in a controlled way without the valueLink property. For instance, this is not the case with this component.
The second step is to add a warning for people using the property.
The last step is to remove the property logic from our component.
The List:
React has merged a pull request deprecating the usage of the
valueLinkfor theinputcomponent.I think that we should follow this for our component.
The first step is to make sure all of our components work in a controlled way without the
valueLinkproperty. For instance, this is not the case with this component.The second step is to add a warning for people using the property.
The last step is to remove the property logic from our component.
The List: