A textarea input.
Props
Name
Description
Type
Default
disabled
If the input is disabled.
booleanor
undefined
inputProps
Pass props directly to the input.
undefinedor
{ [x: string]: any; }
invalid
If the input is currently in an error state.
booleanor
undefined
name
The name of the input.
string
placeholder
The placeholder for the input.
string
readonly
If the input is editable.
booleanor
undefined
value
The current value of the input.
string
Events
Event
Detail
Description
fieldchange
FieldChange<string, string>
Emitted when the value of the field is changed.