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 has been 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.
The text was updated successfully, but these errors were encountered:
Thanks, this does indeed fix it in the isolated plunker example. In our more complex application it does not seem to help though. I'll try to set up another plunker to reproduce it.
+1
I got the repeat data from server, and when I set the ng-model to an array which contains repeated properties. The dropdown won't updated, and it still contain the selected values
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.
The text was updated successfully, but these errors were encountered: