stepUp
The HTMLInputElement.stepUp()
method increments the value of a numeric type of input element by the value of the step
attribute, or the default step
value if the step attribute is not explicitly set.
The HTMLInputElement.stepUp()
method increments the value of a numeric type of input element by the value of the step
attribute, or the default step
value if the step attribute is not explicitly set.