From b2de9fef112b54d2168bff0d384890f38a59c841 Mon Sep 17 00:00:00 2001 From: Robin Wijnant Date: Sat, 27 Feb 2021 20:00:34 +0100 Subject: [PATCH 1/4] feat(textarea): add isDisabled prop --- src/components/TextArea/TextArea.mdx | 6 ++++++ src/components/TextArea/TextArea.module.css | 5 +++++ src/components/TextArea/TextArea.test.tsx | 9 +++++++++ src/components/TextArea/TextArea.tsx | 3 +++ 4 files changed, 23 insertions(+) diff --git a/src/components/TextArea/TextArea.mdx b/src/components/TextArea/TextArea.mdx index 2c0a7126..9322b3c3 100644 --- a/src/components/TextArea/TextArea.mdx +++ b/src/components/TextArea/TextArea.mdx @@ -35,6 +35,12 @@ A Input can be used to let the user insert text using key strokes. A crucial for