Skip to content
Snippets Groups Projects
Commit bba05a43 authored by Mélissa Aïdli's avatar Mélissa Aïdli
Browse files

Added constraint phone number length

parent 8b2a35ea
No related branches found
No related tags found
1 merge request!80New signup
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<mat-form-field class="full-width"> <mat-form-field class="full-width">
<input matInput type="tel" formControlName="phoneNumber" placeholder="Numéro de téléphone" required> <input matInput type="tel" minlength="10" maxlength="10" formControlName="phoneNumber" placeholder="Numéro de téléphone" required>
<mat-hint> <mat-hint>
Il nous permettra de te contacter en cas de nécessité. Il nous permettra de te contacter en cas de nécessité.
</mat-hint> </mat-hint>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment