TextArea

The TextArea component collects and displays multi-line text input from users.

default textArea

Disabled TextArea

error handle with TextArea field

Minimum 30 characters.

Props

Explore the available props for the Input component

PropTypeDefaultDescription
valuestring-The value of TextArea component.
placeholderstring-Placeholder text.
errorbooleantrueIs the error message enable.
helperTextstringIncorrect ValueError text.
disabledboolean-Is the input field disabled.
requiredboolean-Is the input field required.
autoCompletestringonautoComplete value.
stylestring-Any CSS className to style the TextArea component.
inputStylestring-Any CSS className to style the textarea field.
errorStylestring-Any CSS className to style the error message.
disabledStylestring-Any CSS className to style the disabled field.
requiredStylestring-Any CSS className to style the required field.