diff --git a/lib/core/form/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.html b/lib/core/form/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.html index 28f6a2a071..12d0aaf91b 100644 --- a/lib/core/form/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.html +++ b/lib/core/form/components/widgets/dynamic-table/editors/dropdown/dropdown.editor.html @@ -8,7 +8,7 @@ [(ngModel)]="value" [required]="column.required" [disabled]="!column.editable" - (ngModelChange)="onValueChanged(row, column, $event)"> + (selectionChange)="onValueChanged(row, column, $event)"> {{opt.name}}