<@U8HT2UH7W> Several issues here. `toProperty` cre...
# tornadofx
e
@crummy Several issues here.
toProperty
creates a property, but that property is just initialized with the field value, it isn't connected to the field after the fact. You need to use observable properties to get updates, simple as that. As long as you make changes to the model though, that doesn't matter.