Skip to content

Commit

Permalink
add 13 digit max length to the phone number field
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Jan 13, 2025
1 parent 7161508 commit 5705d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Facility/CreateFacilityForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ export default function CreateFacilityForm({
<Input
data-cy="facility-phone"
placeholder="+91XXXXXXXXXX"
maxLength={13}
{...field}
/>
</FormControl>
Expand Down

0 comments on commit 5705d23

Please sign in to comment.