Skip to content

Commit 7a3fd03

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Emit selectedChange in overriden setter for drop-down-item.
1 parent ac2ef82 commit 7a3fd03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/drop-down/drop-down-item.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export class IgxDropDownItemComponent extends IgxDropDownItemBase implements DoC
5353
return;
5454
}
5555
this._selected = value;
56+
this.selectedChange.emit(this._selected);
5657
}
5758
/**
5859
* @hidden @internal

0 commit comments

Comments
 (0)