bootstrap-touchspin
bootstrap-touchspin copied to clipboard
I can add decimal places to a field that should not have decimal places
trafficstars
I have configured a field to be an int and not have decimal places and yet i am able to add decimals.
if I add 1.99 to the field this value is appropriately rounded up to 2. however if i add 0.00 to the field the value is not parsed and remains 0.00.
I hope this help,
Use **step = 0.1**
`
Closing as this should work as expected in the latest version.