amiryxe/easy-number-separator

Space as thousand separator

djibson opened this issue · 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:

easyNumberSeparator({
   selector: '.number-separator', // (default: '.number-separator')
   separator: ' ' // space character (default: ',')
})