Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 392 Bytes

130.md

File metadata and controls

19 lines (17 loc) · 392 Bytes
title date submitter number tags discussion
I want auto resizing text-area
2020-02-27 23:18:29 UTC
Anonymous
130
css
forms

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;
}