Bug exists in web/src/components/CurrencyInput.vue -> vue-currency-input which is using Intl.NumberFormat
It says "US" in the code, setting it to CAD might fix the issue.
Implementation
Harmonize all Intl currency formatters to use CAD and en-CA.
Tried setting a couple of locales, but could not re-produce locally, opting for a guess and check approach.
Screenshots
What UI Should Look Like (no currency type displayed at all)
Fixes https://yg-hpw.atlassian.net/browse/ELCC-39
Context
On the child care center detail view Employees tab http://localhost:8080/child-care-centres/1/2023-24/employees/april the currency type is showing up in the currency input fields on some systems. This might be cause by an individual user’s locale settings.
Example of broken UI
Bug exists in web/src/components/CurrencyInput.vue -> vue-currency-input which is using Intl.NumberFormat
It says "US" in the code, setting it to CAD might fix the issue.
Implementation
Harmonize all Intl currency formatters to use CAD and en-CA. Tried setting a couple of locales, but could not re-produce locally, opting for a guess and check approach.
Screenshots
What UI Should Look Like (no currency type displayed at all)
Testing Instructions
dev up