import { Textarea } from '@frontile/forms';
Element: HTMLTextAreaElement
Name | Type | Default | Description |
---|---|---|---|
classes
|
SlotsToClasses<'base' | 'input' | 'innerContainer' | 'startContent' | 'endContent'>
|
- | |
description
|
string
|
- | |
errors
|
enum
|
- | |
id
|
string
|
- | |
isInvalid
|
boolean
|
- | |
isRequired
|
boolean
|
- | |
label
|
string
|
- | |
name
|
string
|
- | |
onChange
|
function
|
- | |
onInput
|
function
|
- | |
size
|
enum
|
- | |
value
|
enum
|
- |