mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
rollback dropdown editor modify
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user