-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Number parsing #2093
Comments
@wachunei related to the issues you found. let's make improve those unit tests so we catch similar number format errors everywhere in the app |
Sync with Mark and Rachel on this: on which library to use for rendering numbers and internationalization standard we'd use cross-product |
Notes from meeting: Let's find a standardized way of dealing with this
|
Next steps: Write a proposal on how to parse numbers reliably and consistently. |
With @andrepimenta moving to the Core team, this ticket should wait until the Core team has an agreed way of implementing number parsing. Needs to split work into:
|
Related: #12043 |
Custom implementation for
renderFromTokenMinimalUnit
, no less than 0.0001opts with
Currencies are with 5 decimals by default instead of showing the specific currency decimal numbers
Don't show decimals if no decimals
The text was updated successfully, but these errors were encountered: