This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
Multiple select dropdown not populating when options are resolved after model. #268
Open
Description
This is the same issue as described in #133, except it's with multiple select dropdowns.
I've forked the plunker from #133 and changed it to a multiple select using ui-select 0.8.0.
It will wait 5 seconds before the choices are resolved. Clicking the "Change Model" button within this time will trigger the bug. What happens is, that the values are changed to 'null' after they are set in the model.
When "Change Model" is clicked after the 5 seconds, it works as expected.