Back to Snippets

Auto-Expanding Textarea JS

This textarea grows automatically as you type, so scrollbars never hide your text. It improves the user experience on forms and comment sections, and we used just a few lines of JavaScript to make it work.

473
#javascript
#css
#form
#textarea
#auto resize
#input
#ui