From 37726e94166807d11fe45b2a1dffdfca23d0e1ca Mon Sep 17 00:00:00 2001 From: DongHeonLee Date: Sun, 15 Oct 2023 15:27:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=98=A4=ED=83=80=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/atomComponents/PasswordInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/atomComponents/PasswordInput.tsx b/src/components/atomComponents/PasswordInput.tsx index 503f3415..856b76cc 100644 --- a/src/components/atomComponents/PasswordInput.tsx +++ b/src/components/atomComponents/PasswordInput.tsx @@ -27,7 +27,7 @@ function PasswordInput({ value, placeholder, passWordOnChange, page }: ValueProp onChange={passWordOnChange} $iserror={value.length < 4} type={inputType ? `number` : undefined} - inputmode="numeric" + inputMode="numeric" /> {inputType ? : }