Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatically expand textareas to text content #58

Open
jancborchardt opened this issue Oct 6, 2012 · 1 comment
Open

automatically expand textareas to text content #58

jancborchardt opened this issue Oct 6, 2012 · 1 comment

Comments

@jancborchardt
Copy link
Contributor

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
Copy link
Contributor

brolund commented Oct 6, 2012

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants