This sample lacks only one thing -- it does not up...
# tornadofx
v
This sample lacks only one thing -- it does not update main
ObservableList
values. Why not -- I did not find it myself yet. But I tried to look inside the
useTextField
function -- it updates value in
setOnEditCommit
, but when it runs
afterCommit
the value is not there anymore. I suspect, that I'm wrong somewhere in lines 48-54
1