From 142f4c10fa961c665ec86861ab4638ee1dce6978 Mon Sep 17 00:00:00 2001 From: Vladislav Makhov Date: Wed, 8 Jul 2020 18:27:50 +0300 Subject: [PATCH] Update README.md --- web/ASC.Web.Components/src/components/textarea/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/web/ASC.Web.Components/src/components/textarea/README.md b/web/ASC.Web.Components/src/components/textarea/README.md index 2de1694e67..1d8ac9c38f 100644 --- a/web/ASC.Web.Components/src/components/textarea/README.md +++ b/web/ASC.Web.Components/src/components/textarea/README.md @@ -24,6 +24,7 @@ import { Textarea } from "asc-web-components"; | `id` | `string` | - | - | - | Used as HTML `id` property | | `isDisabled` | `bool` | - | - | `false` | Indicates that the field cannot be used | | `isReadOnly` | `bool` | - | - | `false` | Indicates that the field is displaying read-only content | +| `hasError` | `bool` | - | - | - | Indicates the input field has an error | | `name` | `string` | - | - | - | Used as HTML `name` property | | `onChange` | `func` | - | - | - | Allow you to handle changing events of component | | `placeholder` | `string` | - | - | - | Placeholder for Textarea |