Skip to content

Commit b946c93

Browse files
committed
chore(combo): add comment on add item click handler
1 parent 646b964 commit b946c93

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

projects/igniteui-angular/src/lib/combo/combo-add-item.component.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ export class IgxComboAddItemComponent extends IgxComboItemComponent {
1616
set selected(value: boolean) {
1717
}
1818

19+
/**
20+
* @hidden
21+
* @internal
22+
* This is related to https://github.com/angular/angular/issues/33300
23+
* When the above is fixed, we can remove the @HostListener decorator and move
24+
* the body of the `handleClick` method back under `clicked`
25+
*/
1926
@HostListener('click')
2027
handleClick() {
2128
this.comboAPI.disableTransitions = false;

0 commit comments

Comments
 (0)