I have two lists. The first contains names (string) the second contains filters (object).
What I want is to supply a UI to the user, in order to allow them to match a name with a filter.
A filter can be matched to many names, a name must be matched to exactly one filter.
How do I do this? I believe there are no ready-made controls for the job.
Example:
User should be able to do this:
- name1 -> filterA
- name2 -> filterA
- name3 -> filterB