if I have a item view model that has a nested obje...
# tornadofx
p
if I have a item view model that has a nested object, how to I get values from it in the UI? model.subObject.subObjectProperty doesn’t work --- .select(property) works. I’m a dummy