From b123c7e06cb35907c98bf2ba07267d1627fa71cc Mon Sep 17 00:00:00 2001 From: Nik Gilmore Date: Wed, 15 Oct 2025 16:47:26 -0700 Subject: [PATCH] Force initial focus onto the dialog modal when it loads --- libs/components/src/dialog/dialog/dialog.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/components/src/dialog/dialog/dialog.component.html b/libs/components/src/dialog/dialog/dialog.component.html index 030879deabd..060f5b86326 100644 --- a/libs/components/src/dialog/dialog/dialog.component.html +++ b/libs/components/src/dialog/dialog/dialog.component.html @@ -38,6 +38,7 @@ size="default" bitDialogClose [label]="'close' | i18n" + cdkFocusInitial > }