Thanks for your reply!
Yes you’re right, I managed to do it that way for displaying, however I wanted to know if there is a way to change the format directly in the input element.
When you enter a number in a currency formatted input element, it automatically displays the thousands separator (a point) while you are typing a 4 digit number. So I want to know if that can be changed to a comma instead.
Thanks for the help!
This is interesting because yesterday @mirko.heimburger had the exact opposite problem. He was trying to get the input to display 1.000,00
I couldn’t find a way to change this from the default 1,000.00 so I am curious how you were able to do this.
I tried the plugin and it works for what I needed, thank you!
The only thing is that when I set a prefix like ‘$’, the value is not recognized as a number but I thing this can be fixed with the convert to number function
This sort of thing shouldn’t be that difficult. Maybe file a bug report if you think it should work without the plugin. Glad you got something working though.