bgrins / ExpandingTextareas

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

Copy width (and max-width)? #74

Open ap opened 4 years ago

ap commented 4 years ago

I use these properties on some of my textareas where the content may get far too wide to fit reasonably on the page, so I want those textareas to expand only vertically but use a scrollbar for horizontally overlong content.

I’ve been handling that by patching the library to copy these properties because I’ve always assumed there is a reason it doesn’t do that out of the box. Am I mistaken? Is this a change I could upstream?