jquery-numerator icon indicating copy to clipboard operation
jquery-numerator copied to clipboard

Delimiter breaks integers

Open hellodaniel opened this issue 9 years ago • 0 comments

I've come across an issue where delimiters break the value and causes it to always count from the value up to the delimiter. e.g.: elText = 2,000 but after format() it's parsed as 2 and fromValue = 2

Here's a quick fix that I've done: https://github.com/hellodaniel/jquery-numerator/commit/eb159ebe79b3ecb5ec5a2957130343ce5528756f

hellodaniel avatar Dec 02 '15 03:12 hellodaniel