How to input currency on input box?
How to input currency on input box?
Example: input value ‘45234.34’ I want to format value to ’45,234.34’
I have to read all document about ‘Metronic 8’ and ‘RobinHerbots Inputmask’
But I can’t see and when I try with example on git of Inputmask is not working with metronic
Thank you.
Replies (3)
Sorry, but this has force currency min and max length,
i want to free style of currency length and convert 2 digits
like currency on
Hi,
We do not have such current format examples that we can share.
The examples you shown are based on the Inputmask plugin so you can implement the currency format you need by referring to the plugin's official documentation:
Regards.
Hi Saranw,
Please refer to Input Mask Metronic Integration and Inputmask Official Docs.
// Currency
Inputmask("€ 999.999.999,99", {
"numericInput": true
}).mask("#kt_inputmask_6"); Regards,
Sean