It extends `Property<Number>`, that's why yo...
# tornadofx
e
It extends
Property<Number>
, that's why you can't use
IntegerStringConverter
and must use
NumberStringConverter
instead.