CuppaLabs / angular2-multiselect-dropdown

Angular 2 Dropdown Multiselect
https://cuppalabs.github.io/angular2-multiselect-dropdown
MIT License
280 stars 257 forks source link

Unable to view the dropdown options when data was bind from API #641

Open beesettysai opened 11 months ago

beesettysai commented 11 months ago

I was trying to fetch the dropdown options from API and then bind them to the array. But the angular2-multiselect-dropdown is not displaying the options, but when I click on select All it is selecting all options. But it was not showing the same option when I click on it. I request you to please look into this issue.

DropDownISsue