Paresh
Results
1
comments of
Paresh
I fixed it by below hack by removing tabindex and it works fine: In my component: ``` import { MatDialog, MatDialogRef } from '@angular/material/dialog'; constructor( public dialogRef: MatDialogRef, ... )...