Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCourrier
Commits
75c69f50
Commit
75c69f50
authored
Jun 07, 2021
by
Hamza HRAMCHI
Browse files
FIX #16956 TIME 0:05 phone auto-replacement
parent
103985f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/app/visa/externalVisaWorkflow/createExternalUser/create-external-user.component.html
View file @
75c69f50
...
...
@@ -64,7 +64,7 @@
<mat-form-field
appearance=
"fill"
>
<mat-label>
{{'lang.phoneNumber' | translate}}
</mat-label>
<input
matInput
#phoneNumber
type=
"text"
[(ngModel)]=
"userOTP.phone"
placeholder=
"Exemple: +33621235684"
[pattern]=
"getRegexPhone()"
required
>
[pattern]=
"getRegexPhone()"
(keyup)=
"formatPhone()"
required
>
<mat-hint
align=
"start"
>
{{ 'lang.frFormatPhone' | translate }}
</mat-hint>
</mat-form-field>
<mat-form-field
appearance=
"fill"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment