does someone know an easy workaround for textfield format issue?
The textfield.format property does not work well for comma as decimal separator and this problem is unfixed for 7 years
I thought that for Textfield that the mask and format were always stated in United States format
and that internally the presentation was βswitchedβ to use the proper localization
That β##,###.00β would show either β99,999.99β or β99.999,00β
or is there a bug that I am unaware of that keeps that from happening (I donβt do much non USA formatting)
The mask can be set to β0.0β, than you use German localization and enter β5,6β and it displays β5,0β
But if you enter β5.6β (with dot), it works!