Skip to content

Commit 970f3f5

Browse files
committed
Merge branch 'combo-master' of https://github.com/IgniteUI/igniteui-angular into combo-master
2 parents 0849824 + f2f2585 commit 970f3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/combo/combo.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
</ng-container>
6161
</div>
6262
<igx-combo-item *ngIf="isAddButtonVisible()" [tabindex]="dropdown.collapsed ? -1 : customValueFlag ? 1 : -1" class="igx-combo__add"
63-
igxRipple (keypress)="addItemToCollection()" [isHeader]="false" [disabled]="false" [itemData]="'ADD ITEM'" role="button"
63+
igxRipple (click)="addItemToCollection()" (keypress)="addItemToCollection()" [isHeader]="false" [disabled]="false" [itemData]="'ADD ITEM'" role="button"
6464
aria-label="Add Item">
6565
<ng-container *ngTemplateOutlet="addItemTemplate ? addItemTemplate : addItemDefault; context: {$impicit: this}">
6666
</ng-container>

0 commit comments

Comments
 (0)