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? | "top" | "left" |
value | string | InputOptions.value |
setValue | (value) => void | InputOptions.setValue |
isDisabled? | boolean | InputOptions.isDisabled |
suffix? | Partial | InputOptions.suffix |
placeholder? | string | - |