From 3659b541c91f105e14159396d10383e94ac60f95 Mon Sep 17 00:00:00 2001 From: Jeong Ha Seung <88266129+HA-SEUNG-JEONG@users.noreply.github.com> Date: Wed, 7 Jan 2026 17:17:19 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EB=A7=81=ED=81=AC=20=EC=9E=85?= =?UTF-8?q?=EB=A0=A5=20=EC=9E=98=EB=A6=AC=EB=8A=94=20=EB=B6=80=EB=B6=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20-=20maxLength=20=EB=94=94=ED=8F=B4?= =?UTF-8?q?=ED=8A=B8=20=EA=B0=92=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ui/input/base.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/input/base.tsx b/src/components/ui/input/base.tsx index 6c9310c6..aa34f505 100644 --- a/src/components/ui/input/base.tsx +++ b/src/components/ui/input/base.tsx @@ -62,7 +62,7 @@ export const BaseInput = React.forwardRef( appearance = 'boxed', onValueChange, onChange, - maxLength = 50, + maxLength, minLength = 0, hideMeta = true, guideText,