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 Mar 13, 2018. It is now read-only.
The text was updated successfully, but these errors were encountered:
gertcuykens
changed the title
paper-autogrow-textarea has problems calculating initial height of text input on page load
paper-autogrow-textarea has problems calculating height on multiple lines
Mar 10, 2015
When reading autogrow source code, when update() argument is not provided it try evaluate an empty token array.
Also documentation is not up-to-date, some properties are unused in code like target and update() documentation is wrong because in fact you can pass an argument to it which is the targeted HTMLTextAreaElement.
example
http://embed.plnkr.co/js3uFQSRsIR7SuGLt2gP/preview
this does not work
t1.value = 'some\ntext';
a1.update();
The text was updated successfully, but these errors were encountered: