Hey guys,
is there any event listener to register changes of the IgxComboComponent, after changes are done?According to https://es.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/classes/igxcombocomponent.htmlthere is only a "before" event:
https://es.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/classes/igxcombocomponent.html#onselectionchange
Side note:The favicon.ico is broken for the API references (404).
Hello Yannick,
I am glad that you were able to achieve your requirement.
Thank you for using Infragistics components.
Regards, Monika Kirkova, Infragistics
Hello Monika,
thank you for your reply! The change event with the new value is sufficient for my case - thanks a lot :-)
Regards,Yannick
After investigating this further, I determined that an event after selection is completed is not exposed, however, the new and old selection, the added and removed items of the igxCombo are present in the event arguments of onSelectionChange event. A method could be bound to this event, in order to access the selected/deselected items. Triggering the event before the selection is completed gives the opportunity to cancel the event.
Additionally, thank you for the feedback, I would forward this matter to our developers.
Please let me know if you need any further information regarding this matter.