From d36d3be8ac7728d80859018d178a79e38afa611e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Tue, 30 Jul 2024 09:45:23 +0300 Subject: [PATCH] Fixed #16125 - Breadcrumb | Disabled breadcrumbs should have aria-disabled --- src/app/components/breadcrumb/breadcrumb.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/app/components/breadcrumb/breadcrumb.ts b/src/app/components/breadcrumb/breadcrumb.ts index 1f4631c3049..2c3320ecd2a 100755 --- a/src/app/components/breadcrumb/breadcrumb.ts +++ b/src/app/components/breadcrumb/breadcrumb.ts @@ -24,6 +24,7 @@ import { BreadcrumbItemClickEvent } from './breadcrumb.interface'; pTooltip [tooltipOptions]="home.tooltipOptions" [attr.data-pc-section]="'home'" + [attr.aria-disabled]="home.disabled" > -
  • +