Open dmvstar opened 6 years ago
@emartynov could this be related/fixed by your decimal support changes?
Imho this is a locale depending issue since US uses "," for the 1K delimiter while most european countries use "." so you end up with
(US) 1,000.00 == 1.000,00 (DE)
for example, thus parsing user inputs would have to respect locales. :/
As I saw this issue I've tested it. And it worked fine for me. So most probably mu decimal support changes will also fix this issue. However, I never was sharp in the remembering decimal separator. So, my proposal would be to make it locale-independent.
So, my proposal would be to make it locale-independent.
As in always use a dot for decimals or separate it into 2 fields on the UI level?
When I change liocale to English - work fine, but when I restore to my locale then - wrong.
I propose no matter dot or coma used always treat it as the separator
@dmvstar Interesting notice - you have Polish locale but Ukraine region! (I'm from Ukraine)
@emartynov - yes I am from Ukraine but testing Polish translation and locale. If I select Russian locale, I have same problem )
System config in mmol/L. Adding and saving result, for example - 11,8, after saving result on list is 118 !