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>
|
</button>
|
||||||
</mat-menu>
|
</mat-menu>
|
||||||
</div>
|
</div>
|
||||||
|
<div role="gridcell">
|
||||||
<label *ngIf="multiselect"
|
<label *ngIf="multiselect"
|
||||||
(keydown.enter)="onEnterKeyPressed(row, $any($event))"
|
(keydown.enter)="onEnterKeyPressed(row, $any($event))"
|
||||||
(click)="onCheckboxLabelClick(row, $event)"
|
(click)="onCheckboxLabelClick(row, $event)"
|
||||||
@@ -258,6 +258,8 @@
|
|||||||
</mat-checkbox>
|
</mat-checkbox>
|
||||||
</label>
|
</label>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
*ngFor="let col of getVisibleColumns(); let lastColumn = last;"
|
*ngFor="let col of getVisibleColumns(); let lastColumn = last;"
|
||||||
role="gridcell"
|
role="gridcell"
|
||||||
|
Reference in New Issue
Block a user