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

This commit is contained in:
swapnil-verma-gl 2025-04-23 04:07:31 +05:30 committed by GitHub
parent d829d8eefb
commit d6317a7b87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -251,7 +251,6 @@
[checked]="row.isSelected" [checked]="row.isSelected"
[attr.aria-checked]="row.isSelected" [attr.aria-checked]="row.isSelected"
[aria-label]="'ADF-DATATABLE.ACCESSIBILITY.SELECT_FILE' | translate" [aria-label]="'ADF-DATATABLE.ACCESSIBILITY.SELECT_FILE' | translate"
role="checkbox"
data-adf-datatable-row-checkbox data-adf-datatable-row-checkbox
(change)="onCheckboxChange(row, $event)" (change)="onCheckboxChange(row, $event)"
class="adf-checkbox-sr-only"> class="adf-checkbox-sr-only">