-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Issue 1820 #1830
base: master
Are you sure you want to change the base?
Issue 1820 #1830
Conversation
Added a new optional attribute called objectUniqueKey for ui-select html tag. That if defined it will allow to decide if objects given are unique bases on a key defined in this attribute.
Shouldn't we actually just be using the value specified in It appears we are duplicating functionality with this. |
I'll investigate that and get back to you with an answer by the end of the weekend. |
I failed to reproduce my solution with During my investigation I found out that:
uisRepeatParserService.js:7-8
So But maybe you wanted to ask could we re use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
awsome, we need this.
In response to issue raised: #1820
I have added a new html tag called object-unique-key.
This tag allows us to define based on what we define if an object is or is not unique.