<@U41021CCB> It happens because at the time of the...
# tornadofx
e
@nimakro It happens because at the time of the call to
bind
, there is nothing in your
item
, so the best the ViewModel can do is to create an
ObjectProperty
. If you initialize the ViewModel with an item at once, it will work. This would be OK: