diff --git a/client/src/components/StepList/BillStepItem.tsx b/client/src/components/StepList/BillStepItem.tsx index 16e40c6af..eff8e3125 100644 --- a/client/src/components/StepList/BillStepItem.tsx +++ b/client/src/components/StepList/BillStepItem.tsx @@ -108,7 +108,7 @@ const BillStepItem: React.FC = ({ handleChangeBillInput('price', e)} style={{textAlign: 'right'}} > diff --git a/client/src/pages/CreateEventPage/SetEventPasswordPage.tsx b/client/src/pages/CreateEventPage/SetEventPasswordPage.tsx index 0a1fd7c5e..c238f3a9f 100644 --- a/client/src/pages/CreateEventPage/SetEventPasswordPage.tsx +++ b/client/src/pages/CreateEventPage/SetEventPasswordPage.tsx @@ -22,7 +22,7 @@ const SetEventPasswordPage = () => { labelText="비밀번호" errorText={errorMessage} value={password} - type="secret" + type="number" maxLength={RULE.maxEventPasswordLength} placeholder="비밀번호" onChange={handleChange}