Skip to content

Commit

Permalink
Making 'Become a Mentor' form to validate number as input value #196 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
shiv-0101 authored Oct 5, 2024
1 parent 0a6c746 commit 021ab78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/MenteeRegistration/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const MenteeRegistration: React.FC = () => {
error={errors.email}
/>
<FormInput
type="text"
type="number"
placeholder="+1234567890"
name="contactNo"
label="Contact No (Whatsapp)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const MentorRegistrationPage: React.FC = () => {
error={errors.email}
/>
<FormInput
type="text"
type="number"
placeholder="+1234567890"
name="contactNo"
label="Contact No (Whatsapp)"
Expand Down

0 comments on commit 021ab78

Please sign in to comment.