<@UBLEQB51A> you have a set of models which in the...
# tornadofx
a
@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
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
What is the full model that you're trying to define?
whoops, I just saw it
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