Toggle theme

TextArea🔗

A simple textarea field

Default example🔗

Invalid state🔗

Labelled with helper and error text🔗

Label, helper and error text to give provide more context and useful hints.

I'm invalidThis is a helper text.

Props - TextArea🔗

Name
Description
Type
Default Value
descriptionRenders a neutral helper message underneath the input.string''
disabledboolfalse
errorMessageRenders a red error message for validation underneath the input.string''
idstringn/a
isValidRenders the input as valid or invalidbooltrue
labelRenders a label inside the input.string''
loadingboolfalse
namestringn/a
onChangefuncn/a
valueValue of the input. This should be stored in the state of the parent componentstring''
2022 © Volvo Car Corporation