You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
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.