<@UQL3PSZT5> Have you seen this link? Look for "r...
# tornadofx
c
@Douglas KN Have you seen this link? Look for "readonly = true". Unlike in plain JavaFX, bind() is a bi-directional bind by default. (In plain JavaFX you use an explicit bindBidirectionl() for two-way binding) https://github.com/edvin/tornadofx/wiki/Binding
d
Thanks! I missed that wiki
Oh, but that
readonly
arg doesn't apply to the bind method inside of ItemViewModel