Skip to content

Commit

Permalink
fix(igx-combo): remove click hanlder #1260
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Jun 20, 2018
1 parent 970f3f5 commit 57c204b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</ng-container>
</div>
<igx-combo-item *ngIf="isAddButtonVisible()" [tabindex]="dropdown.collapsed ? -1 : customValueFlag ? 1 : -1" class="igx-combo__add"
igxRipple (click)="addItemToCollection()" (keypress)="addItemToCollection()" [isHeader]="false" [disabled]="false" [itemData]="'ADD ITEM'" role="button"
igxRipple (keypress)="addItemToCollection()" [isHeader]="false" [disabled]="false" [itemData]="'ADD ITEM'" role="button"
aria-label="Add Item">
<ng-container *ngTemplateOutlet="addItemTemplate ? addItemTemplate : addItemDefault; context: {$impicit: this}">
</ng-container>
Expand Down

0 comments on commit 57c204b

Please sign in to comment.