Textareas
Multiline text input via .lp-form-control. Supports the same size variants, states, and wrapper patterns as single-line inputs, plus resize control.
Basic
Sizes
Resize modes
Character counter
Wrap the textarea with data-lp-component="char-counter". The counter auto-appears and turns warning when 80% of the max is reached.
States
Please provide a valid value.
Looks good!
CSS reference
| Class | Purpose |
|---|---|
.lp-form-control | Base textarea |
.lp-form-control-sm / --lg | Size variants |
.lp-resize / .lp-resize-x / .lp-resize-y / .lp-resize-none | Resize direction utility classes |
data-lp-component="char-counter" | Auto-wire the character counter enhancer |