1. Docs
  2. Components
  3. Textarea

Textarea

Displays a form textarea or a component that looks like a textarea.

Installation

Anatomy

Examples

Disabled

With Label

With Text

Auto Resize

Form

Component textarea-form not found in registry.

API Reference

PropTypeDefault
value
string
defaultValue
string
onChange
function
placeholder
string
isDisabled
boolean
isReadOnly
boolean
isRequired
boolean
isInvalid
boolean
minLength
number
maxLength
number
rows
number
autoComplete
string
name
string
autoFocus
boolean