-
-
Notifications
You must be signed in to change notification settings - Fork 106
M.textareaAutoResize function missing in the release 2.0.0-alpha #362
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
Comments
Hello, The problem is still present with the version 2.0.1-alpha. The function still seems necessary because the height of the textarea is not updated when dynamically changing the value of a textarea. We can reproduce the issue really simple by navigating to https://materializeweb.com/text-inputs.html Thank you again for your excellent work! |
Hello, |
Hello, I've checked the repo and, in fact, those functions have been removed (probably durin the transition from JS to TS + jQuery removal). Thank you for your feedback :) UPDATE [1] Actually, " ** UPDATE [2] ** It seems that the removal of |
Hello, I removed updateTextFields, because it is no needed anymore. |
You are marvellous. Thank you so much! You are my heroes of the week ;-) ! |
As of #382. this issue must be resolved 😄 |
Thank you so much for fixing the issue and updating the documentation! |
Hi,
The function M.textareaAutoResize() is no longer accessible in the release 2.0.0-alpha
That function is described in the textarea documentation as the function we need to execute when dynamically changing the value of a textarea.
Is it because now the Textfields are css only in 2.0.0-alpha?
In this case, perhaps the documentation should be adapted?
Thank you for this new version and your excellent work,
Olivier
The text was updated successfully, but these errors were encountered: