I am trying to connect a combo box or text box to a list of values that is dynamic on a DB, but have those values show up as an auto complete to then add items to a list that can be removed.
Here are examples of what I would like from a website, but the principal is the same.
Even like in this question page!
I have searched around a fair amount, but I may just be mixing up terminology (names of components) that would be best suited for this task.
-
Textbox to search for values (Could also be ComboBox doesn’t really matter)
-
When you pick a value, it is added to an item within the same container (This is really what I am not sure it should be?)
-
You can remove items using the “x”, but I assume that’s just binding a button / command once I get the “Items” in the container
Really looking for just a nudge in the right direction to know what paths to head down. Binding and the VM / Models aren’t really an issue.