fixed dropdown css issue

MOHEMM-SFH-COLORS
umasoodch 4 years ago
parent dc60f42e73
commit 2a898aa80d

@ -48,7 +48,7 @@
<ion-item lines="none" class="filed-container">
<select [(ngModel)]="depType" (change)="onSelectChange($event,1)" class="filed1" id="firstLabel"
placeholder="Select Department" type="text" required >
<option value="" hidden selected>{{ts.trPK('userProfile','selectDep')}}</option>
<option value="" selected style="display: none !important;">{{ts.trPK('userProfile','selectDep')}}</option>
<option [value]="x.projectDepartmentId" *ngFor="let x of departTypeList"> {{x.departmentName}} </option>
<!-- <option [value]="x.departmentId" *ngFor="let x of departTypeList"> {{x.departmentName}} </option> -->
</select>

Loading…
Cancel
Save