Skip to content

Commit

Permalink
fix(igx-combo): make add item a flat button #1260
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipata committed Jun 20, 2018
1 parent a6974c3 commit 0849824
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/igniteui-angular/src/lib/combo/combo.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<span>The list is empty</span>
</ng-template>
<ng-template #addItemDefault let-control>
Add item to collection
<igx-icon fontSet="material" name="add_box" (click)="control.addItemToCollection()"></igx-icon>
<button igxButton="flat" igxRipple>Add item</button>
</ng-template>
<ng-template #headerItemBase let-item let-key="valueKey" let-groupKey="groupKey">
{{ item[key] }}
Expand Down

0 comments on commit 0849824

Please sign in to comment.