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 Apr 12, 2024. It is now read-only.
There are 2 different scenarios (starting after a reload):
When assigning new properties for ng-model (via "Assign 'someName3' properties only") the ng-select is not updated at all.
When selecting 'someName2' and then assigning new properties for ng-model (via "Assign 'someName3' properties only") the entry for 'someName2' within the select is changed to data from 'someName3'. This results in a duplicate entry.
This behaviour does not occur, when assigning a new object to ng-model.