Represents options for a text area.
The TextAreaOptions interface provides a set of properties that control the
behavior and appearance of a text area. These options include settings for the
input label, input label position, value, value setter, disabled state, placeholder,
and suffix.
Extends#
InputOptions<string>
Properties#
| Property | Type | Inherited from |
|---|---|---|
inputLabel? |
string |
string[] |
inputLabelPosition? |
"left" |
"top" |
value |
string |
InputOptions.value |
setValue |
(value) => void |
InputOptions.setValue |
isDisabled? |
boolean |
InputOptions.isDisabled |
suffix? |
Suffix |
InputOptions.suffix |
placeholder? |
string |
- |