diff --git a/src/components/controls/TextArea/README.md b/src/components/controls/TextArea/README.md index 7162cd09bf..dfa2efa765 100644 --- a/src/components/controls/TextArea/README.md +++ b/src/components/controls/TextArea/README.md @@ -95,24 +95,25 @@ LANDING_BLOCK--> ### Error -The state of the `TextArea` at which you want to show incorrect user input. +The state of the `TextArea` at which you want to show incorrect user input. To change `TextArea` appearance use the `validationState` property with `"invalid"` value. +Optional message text can be added via `errorMessage` property. ```tsx -