I have requirement of on ng-multiselect-dropdown onDeSelect() event, I have a scenario when where if I click the "x" on the select item. It will open a popup with values to "Yes" & "No". If I click no, it should retain the selected value. Else , it should remove the value.
I have [(ngModel)] available in my ng-multiselect-dropdown, I tried to push the deselected value again, but it's not reflecting in the UI.
Please help.
Thanks.