Hi All,
I am working with NG Desktop client application. I observed a problem with displaying of small positive or negative numbers such as 0.000000029802322 or-0.000000029802322, it should be displayed as 0.00 or -0.00 (format is set as #,###.00) but it is displayed as NaN.
Any help is highly appreciated.
Regards
Please create a case for this problem.
dev-ws-011:
Case created.
Here is theurl:
https://support.servoy.com/browse/SVY-15460
Regards
This will be fixed in the 2020.12 release. It was caused by a bug in numeral.js library we use for format:
https://github.com/adamwdraper/Numeral-js/issues/563
lvostinar:
dev-ws-011:
Case created.
Here is theurl:
https://support.servoy.com/browse/SVY-15460
Regards
This will be fixed in the 2020.12 release. It was caused by a bug in numeral.js library we use for format:
https://github.com/adamwdraper/Numeral-js/issues/563
Thanks Vostinar for the update.
Regards