How to Build a Proper Auto-Growing Textarea
The Problem With a Fixed Textarea
A normal <textarea> has a fixed height. When content overflows that height, the browser adds a vertical scrollbar. This is fine for long-form editing like a notes app
tigerabrodi.blog7 min read