rollback dropdown editor modify

This commit is contained in:
Eugenio Romano
2018-09-26 15:45:07 +01:00
parent 8af1894cae
commit 0051e26159

View File

@@ -8,7 +8,7 @@
[(ngModel)]="value" [(ngModel)]="value"
[required]="column.required" [required]="column.required"
[disabled]="!column.editable" [disabled]="!column.editable"
(ngModelChange)="onValueChanged(row, column, $event)"> (selectionChange)="onValueChanged(row, column, $event)">
<mat-option></mat-option> <mat-option></mat-option>
<mat-option *ngFor="let opt of options" [value]="opt.name" [id]="opt.id">{{opt.name}}</mat-option> <mat-option *ngFor="let opt of options" [value]="opt.name" [id]="opt.id">{{opt.name}}</mat-option>
</mat-select> </mat-select>