@beepdog you have a set of models which in themselves, are individual models that make up the data set. It sounds like you're trying to create an itemview model of the set itself
b
beepdog
12/30/2018, 6:48 PM
This part I don't understand. I have a model, and its loaded with stuff. One of those stuff, is a list of strings. I just want to treat it like a list of strings. My original implementation used a simple string property that I would transform into a list for display, and when the display was updated, transform it back into a comma separated value.
a
amanda.hinchman-dominguez
12/30/2018, 7:52 PM
What is the full model that you're trying to define?
amanda.hinchman-dominguez
12/30/2018, 7:53 PM
whoops, I just saw it
amanda.hinchman-dominguez
12/30/2018, 7:54 PM
I think what you actually want is a model for the tags within the model. Since you're trying bind the tags themselves to a particular UI component, they need to be a set of models themselves