mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
fix: wrap label inside div with role=gridcell to satisfy row role requirement
This commit is contained in:
@@ -236,7 +236,7 @@
|
||||
</button>
|
||||
</mat-menu>
|
||||
</div>
|
||||
|
||||
<div role="gridcell">
|
||||
<label *ngIf="multiselect"
|
||||
(keydown.enter)="onEnterKeyPressed(row, $any($event))"
|
||||
(click)="onCheckboxLabelClick(row, $event)"
|
||||
@@ -258,6 +258,8 @@
|
||||
</mat-checkbox>
|
||||
</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div
|
||||
*ngFor="let col of getVisibleColumns(); let lastColumn = last;"
|
||||
role="gridcell"
|
||||
|
Reference in New Issue
Block a user