stepUp

fun stepUp(n: Int = definedExternally)(source)

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.

MDN Reference