djibson opened this issue 4 years ago · 1 comments
Possibility to specify another value than "," as thousand separator.
Ok @djibson. Thank you for this suggest. Now you can add any separator symbol and selector with following syntax:
separator
selector
easyNumberSeparator({ selector: '.number-separator', // (default: '.number-separator') separator: ' ' // space character (default: ',') })