I'm trying to add comma at spinner value. I'm increasing the counter value with 250,000
So, increasing from initial value 0, it should be 250,000. then 500,000, then 750,000 then 1,000,000 and thus continuing it to ....... 10,000,000,... etc. Here is my fiddle
I tried to do it with step: 250,000
. But, adding comma at that parameter surely has given error. So, how can I do it?