diff --git a/libs/platform/table/components/table-cell-header-popover/table-cell-header-popover.component.html b/libs/platform/table/components/table-cell-header-popover/table-cell-header-popover.component.html index a8fb6116412..c05a5b31c56 100644 --- a/libs/platform/table/components/table-cell-header-popover/table-cell-header-popover.component.html +++ b/libs/platform/table/components/table-cell-header-popover/table-cell-header-popover.component.html @@ -100,6 +100,7 @@ fd-form-control [id]="'fdp-table-column-filtering-' + column.name" (keydown.enter)="_setColumnHeaderFilterBy(column.key, $any($event.target)?.value)" + (keydown)="$event.stopPropagation()" />