Search
Loading...
Skip to content

Interface: TextAreaOptions

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#

Properties#

PropertyTypeInherited from
inputLabel?stringstring[]
inputLabelPosition?"top""left"
valuestringInputOptions.value
setValue(value) => voidInputOptions.setValue
isDisabled?booleanInputOptions.isDisabled
suffix?Partial<Omit<ButtonOptions, "label""inputLabel"
placeholder?string-