Auto-Growing Inputs & Textareas
By default, <input>
and <textarea>
elements don’t change size based on the content they contain. In fact, there isn’t any simple HTML or CSS way to make them do that. Kinda funny, as that seems like a reasonable use-case. But …