Forums

data-inputmask: Currency format

stojsins 19 Mar, 2020
Hello everybody.
I'm using next field mask for currency field:
data-inputmask:'alias' : 'currency' , 'prefix' : '€ '
And I have currency in format
€ 1,234,567.00
Can I somehow change currency format to
€ 1.234.567,00
healyhatman 20 Mar, 2020
You're better off asking Herbots that one. https://github.com/RobinHerbots/Inputmask
stojsins 20 Mar, 2020
Thank you very mich @healyhatman.
I will post solution, if I managed to resolve it.
stojsins 23 Mar, 2020
Answer
Inputmask developer has provided solution:
data-inputmask: 'alias' : 'currency' , 'prefix' : '€ ' , 'radixPoint' : ','
So, in case that someone needs it, here it is 🙂
This topic is locked and no more replies can be posted.