diff --git a/src/app/components/breadcrumb/breadcrumb.ts b/src/app/components/breadcrumb/breadcrumb.ts index 3b416daadb9..1f4631c3049 100755 --- a/src/app/components/breadcrumb/breadcrumb.ts +++ b/src/app/components/breadcrumb/breadcrumb.ts @@ -54,7 +54,7 @@ import { BreadcrumbItemClickEvent } from './breadcrumb.interface'; (click)="onClick($event, home)" [target]="home.target" [attr.title]="home.title" - [attr.tabindex]="home.disabled ? null : '0'" + [attr.tabindex]="home.disabled ? '-1' : '0'" [attr.ariaCurrentWhenActive]="isCurrentUrl(home)" [fragment]="home.fragment" [queryParamsHandling]="home.queryParamsHandling"