From ca9418ea80d2589cdba8ef98537b8ee85d14e0ae Mon Sep 17 00:00:00 2001 From: Oana Mangiurea Date: Fri, 24 Jul 2020 10:31:08 +0300 Subject: [PATCH] Update TextArea.mdx (#26225) clarify form validation text Co-authored-by: Clarity-89 --- packages/grafana-ui/src/components/TextArea/TextArea.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/TextArea/TextArea.mdx b/packages/grafana-ui/src/components/TextArea/TextArea.mdx index 42e2344ec22..133009d52cc 100644 --- a/packages/grafana-ui/src/components/TextArea/TextArea.mdx +++ b/packages/grafana-ui/src/components/TextArea/TextArea.mdx @@ -12,7 +12,7 @@ Use for multi line inputs like descriptions. ### Usage in forms with Field -`TextArea` should be used with the `Field` component to get labels and descriptions. It should also be used for validation. See the `Field` component for more information. +`TextArea` should be used with the `Field` component to get labels and descriptions. It can also be used for validation by using the `required` attribute. See the `Field` component for more information. ```jsx