Skip to content Skip to footer navigation
You are reading the Statamic 6 Alpha docs. πŸ‘€

Textarea Fieldtype

A long textarea field that functions like a swimming pool for letters and numbers on a hot day. Everyone is welcome and they can stay as long as they want.

Screenshot of Textarea
The Textarea Fieldtype in action!

Options

character_limit

integer
Set the maximum number of enterable characters. This is only a recommendation, not a hard limit. To enforce a hard limit, use the [`max`](https://laravel.com/docs/master/validation#rule-max) validation rule.

placeholder

string
Set some default placeholder text.