This commit is contained in:
Peter Maquiran
2021-06-24 14:20:41 +01:00
parent 1964d15ade
commit 887cb85a93
3 changed files with 12 additions and 44 deletions
@@ -64,8 +64,11 @@
<div class="ion-input-class">
<mat-form-field appearance="fill" class="width-100">
<mat-select [formControl]="toppings" multiple>
<mat-option *ngFor="let topping of toppingList" [value]="topping">{{topping}}</mat-option>
<mat-select [formControl]="toppings">
<mat-option [value]="99999861">Normal</mat-option>
<mat-option [value]="99999862">Urgente</mat-option>
<mat-option [value]="99999863">Muito Urgente</mat-option>
<mat-option [value]="99999864">Urgentíssimo</mat-option>
</mat-select>
</mat-form-field>