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

I can add decimal places to a field that should not have decimal places

Open Ib01 opened this issue 8 years ago • 1 comments

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.

Ib01 avatar May 25 '16 00:05 Ib01

I hope this help, Use **step = 0.1** `

`

FawzyMokhtar avatar Mar 11 '17 02:03 FawzyMokhtar

Closing as this should work as expected in the latest version.

istvan-ujjmeszaros avatar May 25 '23 03:05 istvan-ujjmeszaros