Closed matzke closed 10 years ago
when i have a textarea with two rows the height will still be set to one line
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.
rows
1em
min-height
pre.textareaClone
This is resolved by #38
when i have a textarea with two rows the height will still be set to one line