Description
The originalEvent igxChip property provided when the onSelection event is triggered is null even when the user selects the chips using the mouse button.
- igniteui-angular version: 8.2.x
- browser: any
Steps to reproduce
- Open the "Chips" demo
- Bind to the
onSelection event for each chip defined on the Chips in Chip Area section.
- Click on a chip
- Observe the
onSelection event property originalEvent.
Result
The originalEvent property is null even though it shouldn't be since there is an event that triggers the onSelection.
Expected result
The originalEvent property shouldn't be null and point to the actual original event.