Expanding textarea w/o a margin at the bottom
All expanding textarea plugins I've seen always insert an additional line at the very end. This signals the user that more text can be typed since there is more space (such as
http://javascriptly.com/examples/jquery-grab-bag/autogrow-textarea.html). But can anyone direct me to an expanding textarea plugin which
doesn't add an extra space at the bottom? I want it to grow only to the exact number of lines which have been typed.