Skip to content

Commit

Permalink
Merge pull request #237 from GOKULRAJ136/patch-1
Browse files Browse the repository at this point in the history
MOSIP-23752 : Added required field for location details
  • Loading branch information
aranaravi authored Jan 9, 2024
2 parents dfac780 + 96747aa commit 718aabc
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ <h3>{{ "center.location-details" | translate }}</h3>
<mat-label>{{ fieldName }}</mat-label>
<mat-select [value]="dynamicFieldValue[fieldName]" id="fieldName" (selectionChange)="
loadLocationDataDynamically($event, i);
">
"
required
>
<mat-option *ngFor="let data of dynamicDropDown[fieldName]" [value]="data.code">
{{ data.name }}
</mat-option>
Expand Down Expand Up @@ -522,4 +524,4 @@ <h3>{{ "center.operational-details" | translate }}</h3>
</mat-card>
</div>
</div>
</div>
</div>

0 comments on commit 718aabc

Please sign in to comment.