-
Notifications
You must be signed in to change notification settings - Fork 2k
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
paper-autogrow-textarea bug #1255
Comments
After allot of frustration I conclude
Also note that if |
https://www.polymer-project.org/0.5/docs/elements/paper-autogrow-textarea.html t1.value = 'some\ntext'; This also does not seem to fix the problem |
Instead of setting min-height on the autogrow and hiding the overflow on the textarea, you could simply set rows="1" on the textarea. You are right in saying that paper-autogrow-textarea's update() function doesn't seem to fix the multiline issue you're describing. You should probably close this issue and file a new one on the appropriate repository. https://github.com/polymer/paper-input |
ok thanks ps can you fix my plunker so i can include a demo in the new issue :) http://embed.plnkr.co/js3uFQSRsIR7SuGLt2gP/preview |
(exampel link removed let me know if you need a new one)
Can you confirm paper-autogrow-textarea has a bug or maybe vulcanize doing something wrong?
The very last line is a paper-autogrow-textarea. On the iphone4 simulator in chrome it can not be selected.
And also in desktop chrome it does not display the label, but when you put text in and remove it again then the label appears?
The text was updated successfully, but these errors were encountered: