I'm working on a textarea that has no [rows] attribute. On first, the height should be 35px.
----------
Text Here
----------
Then, if the user break a new line [Shift + Enter]. the textarea should be like this.
------------------
Text Here
Another Line
------------------
But, on the next new line. the textarea should be scrollable.
Thanks in advance.