You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
When the setupTextarea() function in input.js runs on a <textarea> that is hidden, the height calculation results in zero and is not run again until some text is entered into the input.
The text was updated successfully, but these errors were encountered:
i have the same problem.
but the reason i think is that i used $mdModal , it may directive the <textarea> before it shows.
so both of the offsetHeight and scrollHeight are 0.
http://jsbin.com/kabozo/2/edit?html,output
When the
setupTextarea()
function ininput.js
runs on a<textarea>
that is hidden, the height calculation results in zero and is not run again until some text is entered into the input.The text was updated successfully, but these errors were encountered: