GamesDoneQuick / sgdq17-layouts

The on-stream graphics used during Summer Games Done Quick 2017
Other
11 stars 10 forks source link

Add minimumFractionDigits to fix exception #7

Closed fwielstra closed 6 years ago

fwielstra commented 6 years ago

The default value of minimumFractionDigits is 2, if maximumFractionDigits is < minimumFractionDigits (in this case when cents is false), an error occurs.

See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/toLocaleString for the parameters and a link to the ISO specification for default value for USD. See: https://stackoverflow.com/questions/41045270/range-error-with-tolocalestring-with-maximumnumber-of-digits-0 for someone else running into issues.