-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TextField] Multiline textfields (EnhancedTextarea) are still using valueLink #7779
Comments
Looking at #2880 I have the feeling that we have more components affected by this issue. How deprecated this issue, react@latest? I guess we can go ahead and remove it everywhere then. |
Anyway, the issue seems to be inactive, we have removed the occurrences of |
Would be helpful to fix in 0.19 because I don't think everybody will upgrade to v1 since it's such a big change. |
@bogdansoare If you find a non breaking change way to implement this change, we will definitely review your PR 👍. |
Would @oliviertassinari it be as simple as passing the valueLink prop only if defined? |
@santialbo It could be yes. Last time I used |
Is that fixed ?? I'm still having the same issue today "material-ui": "^0.19.3" |
@iroy2000 it's fixed on master but it hasn't been released yet. |
Any estimates when will it release? Thanks |
@writetosalman It must have been released by now. I can't see it in v0.19.4...master. |
Problem description
Multiline textfields are still using the valueLink prop, causing warnings to be thrown.
Steps to reproduce
<TextField multilLine value={props.binding}/>
Versions
Edit: Yes, I have read #2880.
Since valueLink has been deprecated for such a long time, I believe that simply removing the 6 references to it in EnhancedTextarea.js is the appropriate way to go. If someone is still using that... Well don't upgrade to 0.19 ¯_(ツ)_/¯.
I can provide a PR if needed.
The text was updated successfully, but these errors were encountered: