Skip to content

Commit

Permalink
Merge pull request #75 from venkykandagaddala/sp-19-bp-form-enhancements
Browse files Browse the repository at this point in the history
Bug fix - KB-7196
  • Loading branch information
venkykandagaddala authored Oct 30, 2024
2 parents 5f11392 + 468736e commit 720cfda
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,9 @@
<div class="md:w-1/3">
<label class="margin-remove-bottom form-label">Mother Tongue</label>
<mat-form-field appearance="outline">
<input id="language" matInput type="text" placeholder="Type here"="Mother Tongue"
formControlName="domicileMedium" [matAutocomplete]="motherTongueAuto"
aria-label="Domicile Medium (Mother Tongue)" #motherTongue maxlength="30" />
<input id="language" matInput type="text" placeholder="Mother Tongue" formControlName="domicileMedium"
[matAutocomplete]="motherTongueAuto" aria-label="Domicile Medium (Mother Tongue)" #motherTongue
maxlength="30" />
<!-- <mat-error *ngIf="updateUserDataForm?.controls['domicileMedium'].errors?.forbiddenNames"
aria-label="Please choose a value from the list provided above.">
Please choose a value from the list provided above
Expand Down

0 comments on commit 720cfda

Please sign in to comment.