[ACS-9227] Fixed interactive controls must not be nested issue in datatable.component.html

This commit is contained in:
swapnil.verma 2025-02-28 11:51:39 +05:30
parent 3fe4cc0ba0
commit a2bae821fe

View File

@ -254,7 +254,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">