Hello. If I have a textfield, and I just bind it t...
# tornadofx
w
Hello. If I have a textfield, and I just bind it to a SimpleStringProperty, and add a validator to the textfield, , can I still make a button
enableWhen("the field is valid")
?