Label selector configurations

0
I have a list of available tags to be applied on a product. Out of which, user can select as many tags as required and this data will be saved in AppliedTag. I want to use label selector on dataview of ‘product’ to accomplish this. Moreover, when user tries to edit the product, I want to display the selected values and as user types, respective suggestion provided by ‘AvailableTag’ should populate in the list.   Below is the domain model I am using:   With the following configuration, the widget shows all the available tags as selected, whereas I want to show only applied tags as selected ones.   What should be the right configuration to achieve this?
asked
1 answers
2

Hello, 

please, could you doublecheck you post? There is not domain model.

answered