Also note that the `textfield` builder accepts an ...
# tornadofx
e
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
)