Skip to main content

TextArea

A widget to react with user for multiple line content

  • props
PropertyDescriptionTypeDefault
stylestyle for containe of TextAreaany-
statusshow different status of TextAreasuccess | error | warning-
valuevalue of TextAreastring-
textStylestyle of text partany-
onChangecallback when text changesfunction-
placeholderplaceholder for TextAreastring-
showCountwhether show count numberbooleanfalse
countStylestyle of countany-
disabledwhether TextArea is disabled or notbooleanfalse
returnKeyTypereturn key type of the keyboarddone | go | next | search | send-
<TextArea showCount />

TextArea