Form

Component

Textarea

Multi line text input field supporting auto resize, custom row count, labels, and error states.

Component Syntax

blade
<x-aura::textarea wire:model="bio" :rows="4" label="Biography" placeholder="Tell us about yourself..." />

1. Textarea with Label and Hint

blade

Brief description for your team profile card. Max 300 characters.

2. Row Height Variations

blade

3. Required and Error Validation States

blade

Mandatory post mortem analysis documentation.

This field cannot exceed 500 characters.

Component Props

Available properties and configurations for the textarea component.

Prop Default Available Values

rows

3

Positive integer (e.g. 2, 4, 6)

label

null

Label string

required

false
true false