De-duplicate entries over labels#76
Conversation
ff3b3b0 to
7ce575f
Compare
7ce575f to
5c322b6
Compare
|
Hi! I'm not really sure I understand what your changes are supposed to do. Are you dedup-ing on the |
5c322b6 to
dd3587e
Compare
|
My boss just reassigned me to this project, so I'll start working on v6, which will be a complete rewrite with performance in mind. My tasks are (literal project requirements)
This is the only PR so I'll try to understand better the need of this before deciding if/how to implement it. Wouldn't it be easier to just make the directive accept arrays as values? That way you could just pass Or said with other words, why should we implement deduping rather than just accepting all types of data as values? |
|
By the way, sorry for not REing before, I have 0 time until now. |
|
What you suggested could be used, but I see it more as a hack. It breaks the simplicity of use; where previously I could simply take the output of angular-multi-select and wire up my views with a single |
|
Agreed. I'll look how to implement this in v6. |
|
@pritambaral I haven't forgot about this one. Just pushed the initial v6 code. Will get to this very soon. |


If the input model has multiple rows with the same item-label, don't treat them as different entries.
Example (we want to filter by engine):