We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue:
Currently, money is rendering like this
"$50000.00"
Desired Outcome: It would be nice to see it like this:
"$50,000.00"
Relevant File: src/utilities/price src/utilities/price.test.js
src/utilities/price
src/utilities/price.test.js
The text was updated successfully, but these errors were encountered:
#29/add-money-commas: updated tests for dataAdapter and the dataAdapt…
0db9f50
…er to ensure that longer prices are correctly converted to integers for the form.
#29/add-money-commas: made price.js tests more robust by adding in lo…
d2d60d8
…nger dollar and penny amounts.
#29/add-money-commas: added tests to include cent amounts.
220ff39
0716fd4
Merge pull request #33 from Focal-App/#29/add-money-commas
b97b417
#29/add money commas
ffchiangster
No branches or pull requests
Issue:
Currently, money is rendering like this
"$50000.00"
Desired Outcome:
It would be nice to see it like this:
"$50,000.00"
Relevant File:
src/utilities/price
src/utilities/price.test.js
The text was updated successfully, but these errors were encountered: