I want auto resizing text‑area
Submitted by Anonymous
Permalink https://webwewant.fyi/wants/130/
I want to be able to tell a text area that it has to expand vertically (or horizontally) to fit its content.
Maybe something like this?
textarea {
resize: vertical-auto;
}