<div class="textarea-container">
<label for="message">Your Message</label>
<textarea id="message" placeholder="Type something long here..." rows="1"></textarea>
</div>
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