- Issue created by @codebymikey
The currency format is currently hardcoded to USD within the codebase, which isn't ideal for non-US based websites.
Use a calculation with a currency input mask.
The parameters used for the Intl.NumberFormat
calls should be configurable entirely by the site builder via data attributes, allowing them to preprocess and alter the parameters to match their specific use case.
Discuss/Implement feature.
TBD
Active
1.0
Code