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 was archived by the owner on Sep 5, 2024. It is now read-only.
Textarea should grow automatically if no `rows` attribute is specified.
Texarea should stay fixed with given `rows` attribute (no growing or shrinking)
Fixesangular#5627
I use the rows attribute to show my users that it is a textarea and not a single line text input and as of v. 1.0.0rc3 this no longer works.
Here is a codepen showing the issue. It is a fork of your own example, where I added a rows="5" to the "biography" textarea in the bottom of the page.
The text was updated successfully, but these errors were encountered: