angular2-multiselect-dropdown
angular2-multiselect-dropdown copied to clipboard
Seperate Event for Unchecking checkbox and deselecting a tag
Hi, I am using version 4.2.7 with angular 7.
Currently, OnDeselect event is triggered on two scenarios
- Unchecking the checkbox for a selected item in the list (when the list is open)
- Clicking on 'x' of the tags of the selected item.
Can/Do we have a separate event handler for the above mentioned scenarios?
If not, is there a way, where I can check whether the deselect is triggered from scenario 1 or 2?
@CuppaLabs do you have any inputs on the issue?