[IgxCombo] - Combo events do not properly expose owner #8326
Labels
📖 documentation
🐛 bug
Any issue that describes a bug
combo
version: 10.2.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
The
IgxComboComponent
'sonOpening
andonClosing
events do not property expose theowner
property.onOpened
andonClosed
events are emittingvoid
, so those can be looked at as well.Combo API should be cleaned up (
IgxComboItemComponent
is not exposed in the API docs).The text was updated successfully, but these errors were encountered: