muhammadarsal / ng-select2

Angular 4 wrapper for jQuery select2
7 stars 39 forks source link

multiple selection remove do not trigger valueChanged event #19

Open dragouf opened 6 years ago

dragouf commented 6 years ago

is it normal that no event is trigger when I remove an item of a multiselect dropdown ? How I can catch this event ?

dragouf commented 6 years ago

note: it seems to work only if there is more than 1 item in the list. When I delete the last item it doesn't work