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:
hellodaniel@eb159eb
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:
hellodaniel@eb159eb