bentorfs / angular-bootstrap-multiselect

Native angularJS custom form element
http://bentorfs.github.io/angular-bootstrap-multiselect/
MIT License
79 stars 113 forks source link

Display a prepopulated values` #51

Closed smfinvest closed 6 years ago

smfinvest commented 6 years ago

I have successfully pre-populated the multiselect using the id-prop. When I click on the dropdown it DOES show my pre-selected value(s). But it does not show up in the initial view of the dropdown, neither the selected item name nor the '2 Selected' value. How do I trigger that, or can it be added to the code.

smfinvest commented 6 years ago

image

Here you see that the values are set but the display is still as if none are selected. image

nicomigliaccio commented 6 years ago

How did you solve it?

nlaycock commented 6 years ago

I'd also like to know how to solve this if it is at all possible...

anujsaxna commented 2 years ago

Do anyone got the solution for this??