I've got another question: I want to have a intege...
# tornadofx
h
I've got another question: I want to have a integer input field, what is the best way to mask input (allow only integer)? I tried: a. Using
textfield()
with `stripNonInteger()`binding to a SimpleStringProperty() b. the same as above but binding to SimpleIntegerProperty()