Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I am trying to change an input form field. The dialog box is the up/down arrows. Currently, it goes up/down in values of 1. We'd like it to go up or down in values of .25 instead. Where can I go to make this change? Thanks!
Solved! Go to Solution.
Hi Ryan,
Please locate the field on code and change Step to .25.
<input type="number" step="0.25" value="0.00000000">
Hope this helps!
All the best,
Pablo
View solution in original post
Views
Likes
Replies