This is a pretty cool problem! I like it. I now u...
# tornadofx
a
This is a pretty cool problem! I like it. I now understand why you want to use an observable property to send the list. The implementation itself is easy enough for the UI in terms of adding/deleting the tags. The challenge you're wishing to tackle is using observable properties so that once it's ready to be sent with your tags, you save the most current list. In that case, yes, you're implementing that portion of
ItemViewModels
incorrectly.