agical / friendsunhosted

FRIENDS#UNHOSTED - Own your network!
http://friendsunhosted.com/
Other
13 stars 2 forks source link

automatically expand textareas to text content #58

Open jancborchardt opened 11 years ago

jancborchardt commented 11 years ago

Currently, all textareas are only 2 lines and they need to be automatically resized using the resize handle. Instead, they should automatically (vertically) however much lines are in there so you don’t have to scroll in there also (in addition to the global scrollbar).

This can be easily done using Autosize. In addition, the resize handle can then be removed using CSS: textarea { resize:none; }

brolund commented 11 years ago

+1