You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Only values which are equal to the basis for stepping (min if specified, value otherwise, and an appropriate default value if neither of those is provided) are valid."
and
Note: When the data entered by the user doesn't adhere to the stepping configuration, the user agent may round to the nearest valid value, preferring numbers in the positive direction when there are two equally close options.
So, if "value" (or "min") was set to "1.01" the stepper should step to "2.01".
...but: If "min" and "value" was not set, or set to „0“, the behaviour is correct as it works.
if I have 1.01 and add 1 with stepper, the result is 2.00 and not 2.01
The text was updated successfully, but these errors were encountered: