I am relatively new to angular. I am currently working on my first project and got to know ng-select. Great modification but now I have a problem:
I have an array of objects as options from which are a few pre-selected. These objects all differ in at least one aspect which is the ID. The description can be the same but this should be rare. When two of the pre-selected Objects have the same name then only one is selected. This only happens when bindLabel = "name" when bindLabel = "id" then both are selected and shown.
How can I fix this? Is there an option to bindLabel ="id" but show the "nam" or something like this? Thanks for the help. Images are below.