1 / 1
Auto-growing Textarea with field-sizing
A textarea that automatically expands and contracts its height to fit its content as the user types, without needing any JavaScript. It uses the modern `field-sizing: content` CSS property, paired with `min-height` and `max-height` for sane bounds.
cssresponsiveauto-sizingtextareainputforms