-
-
Notifications
You must be signed in to change notification settings - Fork 86
Textarea
tanthammar edited this page Nov 13, 2020
·
2 revisions
Extends BaseField
Initial number of rows, the textarea is resizable.
Add a placeholder attribute to the textarea.
Add the required attribute to the textarea.
Textarea::make('Textarea')
->placeholder('Tell me a story')
->rows(3)
->required()
->rules('required|string')
<x-tall-textarea :field="$field" />
Extend Blade component (or override in config file)
Tanthammar\TallForms\Components\Textarea::class
- Installation
- Requirements
- v5 Upgrade Guide
- v6 Upgrade Guide
- v7 Upgrade Guide
- Support
- Quickstart
- Manual installation
- Optional
- Form component
- Field
- Field types
- Example Form
- Blade Components
- Notifications