Render a form input field of type number with value appropriately rounded to step size.
{{numberInput value name="numberField" step=1 min=0 max=10}} Copy
{{numberInput value name="numberField" step=1 min=0 max=10}}
Render a form input field of type number with value appropriately rounded to step size.