You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Expected behavior:
We need to have a standard way to manage currency formatting for the entire application. We just merged #668 which provide a number field that we can use to allow users to input numbers. We could wire a new service into that input field to ensure that input values are sanitized correctly.
Actual behavior:
All locals are using $ as currency symbol.
Let's hash out all of the requirements around this service and everything that'll need to be implemented to make it happen.
Questions:
What library can we use to provide output formatting and input sanitization?
Expected behavior:
We need to have a standard way to manage currency formatting for the entire application. We just merged #668 which provide a number field that we can use to allow users to input numbers. We could wire a new service into that input field to ensure that input values are sanitized correctly.
Actual behavior:
All locals are using $ as currency symbol.
Let's hash out all of the requirements around this service and everything that'll need to be implemented to make it happen.
Questions:
/cc @jkleinsc @wolfieorama
The text was updated successfully, but these errors were encountered: