Primeng locale ‘ar-AE’ not working for p-inputNumber
I have used primeng version 14.0.0 and I have to visualize a list of currencies in the number input field.
en-US and many more currency types are working fine. But if the currency type is AED and the locale is ar-AE the form control is broken.
PrimeNG Inputnumber with custom number formatter
I am setting up a form in Angular with PrimeNG and I am trying to format the value of the <p-inputnumber>
element to use the following format XXX.XXXX'XX
, i.e., if I have the value 123.45678
, I want it to be displayed like 123.456'78
.