mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Adding automation-id to search-control component (#2759)
This commit is contained in:
committed by
Eugenio Romano
parent
163ef2edc2
commit
910b2b344c
@@ -34,6 +34,7 @@
|
||||
<mat-list-item
|
||||
*ngFor="let item of data?.list?.entries; let idx = index"
|
||||
id="result_option_{{idx}}"
|
||||
[attr.data-automation-id]="'autocomplete_for_' + item.entry.name"
|
||||
[tabindex]="0"
|
||||
(focus)="onFocus($event)"
|
||||
(blur)="onBlur($event)"
|
||||
|
Reference in New Issue
Block a user