From 30072ae686df2cd4ce29f928ec774c2631dcd4b1 Mon Sep 17 00:00:00 2001 From: Rhino-ty Date: Tue, 25 Apr 2023 17:36:25 +0900 Subject: [PATCH] =?UTF-8?q?#46=20-=20docs:=20input=20UI=20description=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/textInputUI.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/textInputUI.tsx b/src/components/ui/textInputUI.tsx index 7c8167a8..a6ae57c5 100644 --- a/src/components/ui/textInputUI.tsx +++ b/src/components/ui/textInputUI.tsx @@ -18,7 +18,7 @@ interface TextInputProps extends InputFieldProps { disabled?: boolean; // input의 disabled, 기본값 false, true일 경우 input 비활성화 placeholder?: string; errorMessage?: string; // error가 true일 경우 보여줄 에러 메시지, error 필수 - message?: string; // error가 false일 경우 보여줄 메시지 + message?: string; // error가 false일 경우 보여줄 메시지, description 겸용 } export default function TextInputUI({