rajush / angular-dropdown-multiselect

Angular JS directive for dropdown with multi-select feature.
https://rajush.github.io/angular-dropdown-multiselect/
6 stars 6 forks source link

unselecting the selected items from dropdown #12

Closed bharathkumareswaran closed 4 years ago

bharathkumareswaran commented 5 years ago

I have used this dropdown in my application and it works well. But once my functionality is completed with the multi select, I want to remove the selection from the dropdown using code. I removed the items from the model and tried to make the selected property of the items to false in the config options. The model item array is made empty, but the selected icon on the dropdown doesn't go off. Can you please help me with the issue?

rajush commented 5 years ago

@bharathkumareswaran Do you have any example for this? May be a plunk or jsbin example with your scenario would be helpful

rajush commented 4 years ago

Closing this issue.

Please re-open if issue persists.