title | date | submitter | number | tags | discussion | ||
---|---|---|---|---|---|---|---|
I want auto resizing text-area |
2020-02-27 23:18:29 UTC |
Anonymous |
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;
}