stepDown
The HTMLInputElement.stepDown()
method decrements the value of a numeric type of input element by the value of the step
attribute or up to n
multiples of the step attribute if a number is passed as the parameter.
The HTMLInputElement.stepDown()
method decrements the value of a numeric type of input element by the value of the step
attribute or up to n
multiples of the step attribute if a number is passed as the parameter.