Basic
v-textarea in its simplest form is a multi-line text-field, useful for larger amounts of text.
Default
Auto Grow
When using the auto-grow prop, textarea's will automatically increase in size when the contained text exceeds its size.
Compact
Variant
Textarea components are used for collecting user provided information.
Outlined
Filled
Solo
Plain
Underline
State
Use disabled and readonly prop to change the state of textarea.
Disabled
Readonly
Counter
The counter prop informs the user of a character limit for the v-textarea.
Regular
Limit exceeded
Clearable
When clearable, you can customize the clear icon with clear-icon.
Text
Custom Colors
Use color prop to change the input border color.
Regular
Icons
Use color prop to change the input border color.
Prepend
Prepend Inner
Append
Append Innter
Rows
One row
Tow row
Tree row
Four row
No resize
Textarea's have the option to remain the same size regardless of their content's size
Text