Skip to content

Commit

Permalink
fix(platform): move initial focus to search input on p13 (#10973)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerodonnell89 committed Nov 16, 2023
1 parent 3672ff0 commit 94d566f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ <h4 fd-title [headerSize]="4">
[inputText]="(_searchQuerySubject | async) || ''"
[suggestions]="[]"
(inputChange)="_searchInputChange($event)"
fdkInitialFocus
></fdp-search-field>

<fd-toolbar-spacer></fd-toolbar-spacer>
Expand Down Expand Up @@ -125,7 +126,6 @@ <h4 fd-title [headerSize]="4">

<fd-button-bar
fdType="transparent"
fdkInitialFocus
[label]="'platformTable.P13ColumnsDialogCancelBtnLabel' | fdTranslate"
(click)="cancel()"
></fd-button-bar>
Expand Down

0 comments on commit 94d566f

Please sign in to comment.