angularjs-dropdown-multiselect
angularjs-dropdown-multiselect copied to clipboard
Pre-Selected value not working
Seems like I cannot establish the Pre-selected options even if I placed an object already on the reference model
I saw the same thing. I found a work-around if you set the extra-setting 'idProperty' it will then work. (using 2.0.0-beta.10)
I saw the same thing. I found a work-around if you set the extra-setting 'idProperty' it will then work. (using 2.0.0-beta.10).
@davebednarski thanks your solution worked for me.
Hey guys,
Same issue with same version. Only the label "1 Checked" is correct.
If setting
idProperty: ""
It justs show all element selected. Whereas the model hold the good element selected.
Any idea?
I'll back out to version 1... this beta might not be ready for production.
Cheers
@maxblax it solved the issue for me when I used value "id" for idProperty.
I had the same issue and solved by adding:
idProperty: 'id'
to the extra-settings.
This is a quite important issue, I think it should be mentioned in the documentation.