From d6317a7b87acea9332f085e498517b6985050a99 Mon Sep 17 00:00:00 2001 From: swapnil-verma-gl <92505353+swapnil-verma-gl@users.noreply.github.com> Date: Wed, 23 Apr 2025 04:07:31 +0530 Subject: [PATCH] [ACS-9227] Fixed interactive controls must not be nested issue in datatable.component.html (#10681) --- .../lib/datatable/components/datatable/datatable.component.html | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/core/src/lib/datatable/components/datatable/datatable.component.html b/lib/core/src/lib/datatable/components/datatable/datatable.component.html index 3d619cee35..626d9e089c 100644 --- a/lib/core/src/lib/datatable/components/datatable/datatable.component.html +++ b/lib/core/src/lib/datatable/components/datatable/datatable.component.html @@ -251,7 +251,6 @@ [checked]="row.isSelected" [attr.aria-checked]="row.isSelected" [aria-label]="'ADF-DATATABLE.ACCESSIBILITY.SELECT_FILE' | translate" - role="checkbox" data-adf-datatable-row-checkbox (change)="onCheckboxChange(row, $event)" class="adf-checkbox-sr-only">