CSS field-sizing: Auto-Growing Textareas Without a Line of JavaScript
Every frontend developer has written the auto-growing textarea at least once. You listen for input, reset the height to auto, read scrollHeight, and set the height to match. Then you discover it break
grimicorn.hashnode.dev4 min read