Posted 28 October 2019, 8:55 am EST
Hi,
I have the case that I have two wj-multi-selects in a form and both share the same source which is what I need. However both multi selects should handle a different selection but if I select something in the first control and then in the second the selection from the first control will also be in the second control. Also the two separate selection lists in the background get synced which is not what I want.
You can try out what I mean in the following example:
https://stackblitz.com/edit/angular-c3glfj
Can you please tell me how to change this behavior so that the two selection lists are handled separately?
Thanks and best regards,
Stefan