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.
With maxrows=10 add 15 lines, and you see it stops height at 10. With a bunch of repeated text without new lines, note that the height has no (?) limit.
The text was updated successfully, but these errors were encountered:
davenotik
changed the title
maxrows only works with returns, not if it's all one paragraph
paper-autogrow-textarea maxrows only works with new lines, not if it's all one paragraph
Apr 23, 2015
It does the same for me, but only when I do not put spaces between the characters, so as long as the user isn't typing a super long string it isn't a problem. However, it does seem a little odd to me that this is inconsistent with the way iron-autogrow-textarea functions. In iron-autogrow-textarea it autogrows when a string with no spaces is too long.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With
maxrows=10
add 15 lines, and you see it stops height at 10. With a bunch of repeated text without new lines, note that the height has no (?) limit.The text was updated successfully, but these errors were encountered: