noob question: how do I tell a textfield to react ...
# tornadofx
w
noob question: how do I tell a textfield to react to the Enter key being pressed?
b
it reacts by default, if you want to change behaviors you need to hook events
w
so onAction should fire?
b
well, I can say better to google
w
yeah, was my mistake, it works as expected of course