Posted 5 July 2019, 6:55 am EST
Hi all,
I have the requirement to use the french format for some number fields in my application (having a space as thousands seperator, e.g. ‘10 000’).
I found some solutions to programmatically implement the french locale format for specific components and later remove it again, but this caused the date pickers to also show french month names. So I couldn’t use this solution.
Then I tried to use a pipe or patch the value with “toLocaleString(‘fr-FR’)” to the format I want, but then I got the console error Assertion failed in Wijmo: Number expected.
Now I am a bit stuck because I have no further idea. Is there a way to set the locale number format only for a specific wj-input-number field?
Thank you
Pascal
