Páginas · Laravilt
Textarea
Multi-line text input with autosize and character or word counters.
A multi-line text input.
Basic usage
php
Autosize
php
Limits and counters
php
API reference
| Method | Description |
|---|---|
rows(int) | Visible rows |
minRows(int) / maxRows(int) | Row bounds for autosize |
autosize(bool) | Grow with content |
minLength(int) / maxLength(int) | Length limits |
characterCount(bool) | Show a character counter (alias: showCharacterCount()) |
wordCount(bool) | Show a word counter (alias: showWordCount()) |