ExpandingTextareas icon indicating copy to clipboard operation
ExpandingTextareas copied to clipboard

Copy width (and max-width)?

Open ap opened this issue 5 years ago • 0 comments
trafficstars

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?

ap avatar Jul 28 '20 08:07 ap