You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce simply switch the settings in your simulator to e.g. "Germany". Now the keypad for :decimal will display a ',' as the separator. Enter "2,74" and then leave the field, it will now show "2".
Using the :decimal type in countries that use ',' as the decimal seperator (instead of '.') causes the value to be truncated (2,75 => 2.00).
According to http://stackoverflow.com/questions/11487850/decimal-point-in-uikeyboardtypedecimalpad-cant-be-used-in-mathematical-calculat a localizedScannerWithString (NSScanner) would need to be used. I however have no idea where to apply this.
The text was updated successfully, but these errors were encountered: