TextArea

TextArea description.


Props

TextArea properties

PropertyDescriptionTypeDefaultVersion
disabledIs input disabled?booleanfalse
helperTextInput helper textstring-
labelInput label textstring-
maxlengthTextarea maximum lengthnumber-
nameInput namestring-
placeholderInput placeholder textstring-
requiredIs input required?booleanfalse
resizableShould textarea be resizable?booleanfalse
rowsHow many rows should the text area have?number4
wrapHow should the text area wrap?hard softhard

Usage

Basic TextArea

Helper Text

Required

Hidden Label

Disabled

Resizable