Tetyana_Savenko
16-10-2018
Is there a way to manipulate a numeric input field in a form?
I need to be able to change the increment for the field.
It currently increments by 1, but I need to change it to .5 increments
Any suggestions would be appreciated.
Thanks!
pablo_rosero1
03-12-2018
Hi Tetyana,
Please locate the field in the code and change Step to .5.
<input type="number" step="0.5" value="0.00000000">
Hope this helps!
All the best,
Pablo
04-12-2018
Hi Pablo,
thank you for looking into this.
Unfortunately, that doesn't seem to work.
I get the following error:
12-12-2018
This is the standard way to code it. Please submit a support ticket and I'm very sorry for the inconvenience!
Pablo Rosero
14-12-2018
I already did, BSBX-5393. I haven't got any updates for it for a while now.
If you could look into it, that would be most appreciated.
Thank you,
Tetyana