raise keyboard events, improve task list keyboard handling (#2401)

This commit is contained in:
Denys Vuika
2017-09-29 13:34:16 -04:00
committed by Eugenio Romano
parent 9f0e40a6e8
commit e756db03cd
5 changed files with 53 additions and 14 deletions

View File

@@ -42,7 +42,7 @@
[adf-upload]="allowDropFiles && rowAllowsDrop(row)" [adf-upload-data]="row"
[ngStyle]="rowStyle"
[ngClass]="getRowStyle(row)"
(keyup.enter)="onKeyboardNavigate(row, $event)">
(keyup)="onRowKeyUp(row, $event)">
<!-- Actions (left) -->
<td *ngIf="actions && actionsPosition === 'left'">