https://kotlinlang.org logo
e

edvin

05/20/2018, 9:24 PM
Also note that the
textfield
builder accepts an observable property directly, no need to call
bind
manually.
bind
also creates a unidirectional binding, while the
textfield
builder property parameter creates a bidirectional binding (basically the same as
bindBidirectional
)