Numpad input with comma as decimal seperator

7
I'm building an application where users will have to enter a lot of currency floats. In the Netherlands a comma is used as decimal separator. In most applications the "dot" on the numpad is interpreted as a decimal separator. According to this post Mendix had this feature in 2.4.3 but it does not work that way in 5.2.0. When I enter 20.05 on the numpad the currency is converted to 2005,00. A solution would be to use strings and parse them to floats but that's not really an option for me. Do you have a solution or is this a bug?
asked
0 answers