-
Hi I'm having trouble understanding how to patch into how string formatting for a particular Unit. For more context I want to be able to render Currencies in compact form because the quantities that I…
-
Currently this is very difficult, error prone and the approach is terrible in terms of performance.
Related StackOverflow question:
https://stackoverflow.com/questions/1048643/format-a-double-va…
-
MessageFormat does not format certain currencies as per [CLDR](https://github.com/unicode-org/cldr/blob/22af90ae3bb04263f651323ce3d9a71747a75ffb/common/supplemental/supplementalData.xml#L41).
Examp…
-
### Why is this issue important?
currency fields need to be in correct format to be accepted in treasury portal
### Current State
Currency fields display as whole numbers with no decimal ponts
###…
-
I am getting a token with implicit flow:
![image](https://github.com/user-attachments/assets/139f7892-8390-4490-972e-c71df46534a0)
I can make requests to the api just fine with the same token.
…
-
MMEX version:
- [ ] 1.5.21
- [ ] 1.6.0
- [x] 1.6.2
- [ ] Other (please specify)
Operating System:
- [x] Windows
- [ ] Mac OSX
- [ ] Linux
When I set the currency format to e.g. fr…
-
Hello,
I'm really close in configuring my inputmask but needed a push across the finish line. I have the following:
```
$("#mask-carAmount").inputmask({
alias: 'currency',
…
-
Hi there,
Is there anyway to use this library for currency formating? For example, if I need to allow unknown length of digits before decimal point and only one or two digits after the decimal poin…
-
Read this first: https://github.com/alephium/alephium-frontend/pull/383
---
A user reported:
> those of us in the US do not use ' as the 1000 separator, we use a comma as in 10,000 and not 10'000 c…
nop33 updated
2 weeks ago
-
It would be useful and consistent for `currency` formatting to follow the same pattern for compact notation as other numbers.
Example:
```javascript
new Intl.NumberFormat('en-US', {
style: '…