mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[ACS-9227] Fixed interactive controls must not be nested issue in datatable.component.html (#10681)
This commit is contained in:
parent
d829d8eefb
commit
d6317a7b87
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user