Skip to content

Commit

Permalink
placeholders removed
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaIn2 committed Feb 27, 2025
1 parent 8ef35f7 commit 05b02ab
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ <h2 class="mandator-title">Mandator</h2>
matInput
[(ngModel)]="mandator.commonName"
name="commonFirstName"
placeholder="Jhon Doe"
required
appUnicodeValidator
minlength="2"
Expand Down Expand Up @@ -208,7 +207,6 @@ <h2 class="mandator-title">Mandator</h2>
matInput
[(ngModel)]="addedMandatorLastName"
name="commonLastName"
placeholder="Doe"
required
appUnicodeValidator
minlength="2"
Expand Down Expand Up @@ -237,7 +235,6 @@ <h2 class="mandator-title">Mandator</h2>
matInput
[(ngModel)]="mandator.emailAddress"
name="emailAddress"
placeholder="[email protected]"
required
appEmailValidator
#mandatorEmail="ngModel"
Expand Down Expand Up @@ -268,7 +265,6 @@ <h2 class="mandator-title">Mandator</h2>
matInput
[(ngModel)]="mandator.serialNumber"
name="serialNumber"
placeholder="123456"
pattern="^[a-zA-Z0-9-]+$"
minlength="7"
[appMaxLength]="15"
Expand All @@ -294,7 +290,6 @@ <h2 class="mandator-title">Mandator</h2>
matInput
[(ngModel)]="mandator.organization"
name="organization"
placeholder="Organization Inc"
required
appOrgNameValidator
minlength="2"
Expand Down Expand Up @@ -326,7 +321,6 @@ <h2 class="mandator-title">Mandator</h2>
matInput
[(ngModel)]="mandator.organizationIdentifier"
name="organizationIdentifier"
placeholder="1234567"
required
appOrganizationIdentifierValidator
minlength="7"
Expand Down

0 comments on commit 05b02ab

Please sign in to comment.