-
Notifications
You must be signed in to change notification settings - Fork 591
Closed
Description
Here is the currencyFormatter that is failing -
Globalize.currencyFormatter ( "JPY" , { maximumFractionDigits : 2 } );
Uncaught minimumFractionDigits: E_PAR_OUT_OF_RANGE: Parameter minimumFractionDigits has value NaN out of range [0, 20].createError @ app.js:8204
However, the following call -
Globalize.currencyFormatter ( "JPY" );
results in no errors.
It seems like setting maximumFractionDigits for JPY causes the following error by wiping out other properties that should have default values
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels