I have a dialog with two text fields and, in the t...
# tornadofx
m
I have a dialog with two text fields and, in the typical case, I can populate the second text field from the contents of the first. I was looking for a way of detecting when the first text field was either changed, or it lost focus so I could pre-populate the second one. How might I go about that. Specifically I have the following in my dialog creation: