I have a few number fields that I use to input percentages between 0 and 100, with a step size of 5.
When a number that is not divisible by 5 is entered, it fails validation with the following message:
“Please enter a valid value. The two nearest valid values are 5 and 10.”
I was under the assumption that the stepper arrows were only there for convenience, and that any value between the minimum and maximum would be accepted.