excelsia / vee-wallet-gui

VEE Reference Wallet GUI with Browser Wallet and Cold Wallet Monitoring
MIT No Attribution
8 stars 5 forks source link

Display issue, fractional amount is shown in scientific notation in the UI #136

Closed ghost closed 5 years ago

ghost commented 5 years ago

Sending 0.00000001 or possibly other small amounts results in a display issue where fractions are shown in scientific notation (see screenshot).

image

0x100cc commented 5 years ago

We added a toNonExponential(num) function and modified the numberFormatter(num) function,all display issues have been resolved.