This commit is contained in:
tiago.kayaya
2021-06-25 15:49:54 +01:00
parent 57d9a7f72f
commit e3792667d2
5 changed files with 19 additions and 20 deletions
@@ -43,7 +43,7 @@
</ion-select>
<mat-form-field appearance="fill" class="width-100 d-none d-md-block">
<mat-select [(value)]="postData.Priority">
<mat-select placeholder="Prazo*" [(ngModel)]="postData.Priority">
<mat-option [value]="99999861"><b>Normal</b> (4 dias para a execução da tarefa)</mat-option>
<mat-option [value]="99999862"><b>Urgente</b> (2 dias para a execução da tarefa)</mat-option>
<mat-option [value]="99999863"><b>Muito Urgente</b> (1 dia para a execução da tarefa)</mat-option>
@@ -63,7 +63,6 @@
<ion-item
class="ion-no-border ion-no-padding ion-no-margin d-md-none">
<ion-select
placeholder="Selecione o tipo"
[(ngModel)]="selectedTypes"
(ngModelChange)="onSelectedTypesChanged($event)"
multiple="true" interface="alert" Cancel-text="Cancelar" required>
@@ -71,11 +70,11 @@
</ion-select>
</ion-item>
<mat-form-field
floatLabel="never"
<mat-form-field
floatLabel="never"
appearance="fill"
class="width-100 d-none d-md-block">
<mat-select [formControl]="toppings" multiple` placeholder="Selecione o tipo">
<mat-select [formControl]="toppings" multiple placeholder="Selecione o tipo de evento*">
<mat-option *ngFor="let type of subjectTypes" [value]="type.Code">{{type.Description}}</mat-option>
</mat-select>
</mat-form-field>