Skip to content
Snippets Groups Projects
Commit fe0c571a authored by Rajkumar-D's avatar Rajkumar-D
Browse files

Making the permitted value selectable

parent 8083a3a5
No related branches found
Tags 1.2.1 dev-1.2.1 test-1.2.1
No related merge requests found
Pipeline #278476 failed with stages
in 55 seconds
......@@ -371,7 +371,7 @@
<td mat-cell *matCellDef="let element">
<mat-select class="w-70" *ngIf="element.type=='TEXT_CHOICE_FIELD'" class="checklist-restriction"
placeholder="Permitted values">
<mat-option *ngFor="let textChoice of element.textChoice" [value]="textChoice" disabled>
<mat-option *ngFor="let textChoice of element.textChoice" [value]="textChoice">
{{ textChoice }}
</mat-option>
</mat-select>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment