Hey, does anyone happen to have an example of how ...
# tornadofx
a
Hey, does anyone happen to have an example of how to build a NumberInputField in TornadoFX? I tried using the
filterInput { it.controlNewText.isInt() }
on a Textfield which didnt work that well because the bound property wanted to set the value with a decimal seperator and so on ...