Hi @Mottie ,
First thank you for the library which is really useful.
Among all the examples you supplied in the README, there is this one:
format( "#,##0.####", 1234567.890 ); // output: "1,234,567.89"
The actual output is "1,234,567.8900"
I believe this is a bug since the # should fill the decimal only if necessary.
Hi @Mottie ,
First thank you for the library which is really useful.
Among all the examples you supplied in the README, there is this one:
format( "#,##0.####", 1234567.890 ); // output: "1,234,567.89"The actual output is "1,234,567.8900"
I believe this is a bug since the # should fill the decimal only if necessary.