From a8769319b7af73c321cb02ffbc49c51b3d403e1c Mon Sep 17 00:00:00 2001 From: AtsushiM Date: Tue, 7 May 2024 08:47:47 +0900 Subject: [PATCH 1/4] =?UTF-8?q?fix!:=20Textarea=E3=82=B3=E3=83=B3=E3=83=9D?= =?UTF-8?q?=E3=83=BC=E3=83=8D=E3=83=B3=E3=83=88=E3=81=AEmaxLength=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E3=82=92maxLetters=E5=B1=9E=E6=80=A7=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Textarea/Textarea.stories.tsx | 16 ++-- .../src/components/Textarea/Textarea.tsx | 88 ++++++++++++------- 2 files changed, 64 insertions(+), 40 deletions(-) diff --git a/packages/smarthr-ui/src/components/Textarea/Textarea.stories.tsx b/packages/smarthr-ui/src/components/Textarea/Textarea.stories.tsx index 676a061c4a..dc2fc14f24 100644 --- a/packages/smarthr-ui/src/components/Textarea/Textarea.stories.tsx +++ b/packages/smarthr-ui/src/components/Textarea/Textarea.stories.tsx @@ -46,14 +46,18 @@ const Template: StoryFn = () => {
  • -