Forms

Textarea

The same pui-input class, on a <textarea>.

It resizes vertically only, so a textarea cannot break the layout sideways.

With a label

Growing with its content

Browsers can size a textarea to its text, no script needed:

.pui-input {
  field-sizing: content;
}