As a follow up to the binding issue: TornadoFX' Pr...
# tornadofx
d
As a follow up to the binding issue: TornadoFX' Properties.kt actually has a stringBinding Method which allows a quite concise syntax:
masterUserProperty.stringBinding { it?.name ?: "" })
Am still gonna use a ViewModel, just for completeness' sake 🙂 (Essentially the same as my No. 3)