bootstrap-touchspin icon indicating copy to clipboard operation
bootstrap-touchspin copied to clipboard

setting value to integer by parseFloat settings.min

Open ravidorr opened this issue 7 years ago • 0 comments

When value is smaller the settings.min value is assigned with settings.min which is a string. Latter on value.toFixed(settings.decimals) will fail if value is string so we need to parseFloat settings.min when assigning it to value.


This change is Reviewable

ravidorr avatar Dec 19 '16 13:12 ravidorr