Skip to content

Commit

Permalink
fix(platform): prevent filter input from losing focus when entering s…
Browse files Browse the repository at this point in the history
…paces (#12367)

Co-authored-by: Mike O'Donnell <[email protected]>
  • Loading branch information
dpavlenishvili and mikerodonnell89 authored Sep 18, 2024
1 parent 005a6f9 commit 6e3d253
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()"
/>
</div>
</div>
Expand Down

0 comments on commit 6e3d253

Please sign in to comment.