Closed sedyshev closed 6 years ago
I won't user set thousandsSeparator
with any number.
If it's number it will set to default.
I already checked in demo page https://mazipan.github.io/vue-currency-filter/ and work well
Oh I see,
It is because this code !thousandsSeparator
Maybe you can create pull request to delete this line
We have the same problem, we also want to set thousandSeparator to ' '.
Hello! Can you explain me what this line of code is doing:
if(!thousandsSeparator || !isNaN(thousandsSeparator)) thousandsSeparator = '.'
I want to set thousands separator to space (or empty string), but this condition does not allow to do this