From 7df7f62ddec9b66416a88240becfefa1c1359282 Mon Sep 17 00:00:00 2001 From: 03hoho03 Date: Sat, 6 Apr 2024 21:18:19 +0900 Subject: [PATCH] =?UTF-8?q?[#6]=20=EC=8B=9C=EC=9E=A5=ED=98=B8=EC=9D=91?= =?UTF-8?q?=EA=B0=80=EC=84=A4=EA=B3=BC=20XYZ=20=EA=B0=80=EC=84=A4=20?= =?UTF-8?q?=EA=B4=80=EB=A0=A8=20textarea=20=EB=A5=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ibulsin/_components/Textarea/index.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/(route)/verification/ibulsin/_components/Textarea/index.tsx b/app/(route)/verification/ibulsin/_components/Textarea/index.tsx index 1e945a3..0bcd7f0 100644 --- a/app/(route)/verification/ibulsin/_components/Textarea/index.tsx +++ b/app/(route)/verification/ibulsin/_components/Textarea/index.tsx @@ -6,7 +6,7 @@ import cn from 'classnames' import { useForm } from 'react-hook-form' interface TextAreaProps { - fieldKey: 'outline' | 'why' + fieldKey: 'outline' | 'why' | 'marketResponse' | 'XYZ' } function Textarea({ fieldKey }: TextAreaProps) { @@ -29,6 +29,14 @@ function Textarea({ fieldKey }: TextAreaProps) { register: whyField, MaxLength: 500, }, + marketResponse: { + register: whyField, + MaxLength: 500, + }, + XYZ: { + register: whyField, + MaxLength: 500, + }, } const countCharacters = () => {