I want auto resizing text‑area

Submitted by Anonymous

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;
}
Tagged
CSS Forms