Skip to content

Commit

Permalink
fix: 완전 숫자키패드 입력으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eastlaw80 committed Oct 15, 2023
1 parent 33caea0 commit 466db79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/atomComponents/PasswordInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function PasswordInput({ value, placeholder, passWordOnChange, page }: ValueProp
onChange={passWordOnChange}
$iserror={value.length < 4}
type={inputType ? `number` : undefined}
inputmode="numeric"
/>
<IconContainer onClick={changePasswordType}>
{inputType ? <PasswordOpenEyeIc /> : <PasswordEyeIc />}
Expand Down

0 comments on commit 466db79

Please sign in to comment.