I have this config: ``` $("#demo0").TouchSpin({ min: 1200.22, max: null, step: 100, decimals: 2, boostat: 5, maxboostedstep: 10, postfix: '$', forcestepdivisibility: 'none' }); ``` initial value is set to `1200.22`, step to `100`, so after clicking `+` value should change to `1300.22`, but it is updated to `1300.00`  Demo: https://jsfiddle.net/Misiu/3k61s8kp/