bgrins / ExpandingTextareas

jQuery plugin for elegant expanding textareas
http://bgrins.github.com/ExpandingTextareas/
MIT License
260 stars 73 forks source link

respect rows #27

Closed matzke closed 10 years ago

matzke commented 11 years ago

when i have a textarea with two rows the height will still be set to one line

bgrins commented 11 years ago

I suppose we could take the rows attribute on the way in and multiple that by 1em or something and set that as the min-height of the pre.textareaClone.

bgrins commented 10 years ago

This is resolved by #38