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.
<ui-selectng-model="selected_item_id" multiple="true"><ui-select-matches>{{$item.name}}</ui-select-matches><ui-select-choicesrepeat='item.id as item in items'>{{item.name}}</ui-select-choices></ui-select>
it always select match of selected_item_id's last value
and on first initialise it select last item of repeated items
Link to minimally-working plunker that reproduces the issue: link
Bug description:
when use multiple select like this:
it always select match of selected_item_id's last value
and on first initialise it select last item of repeated items
Link to minimally-working plunker that reproduces the issue: link
Version of Angular, UI-Select
Angular: 1.5.8
UI-Select: 0.19.1