This may be a valid error but I'd like to get some understanding of it.
<kendo-numerictextbox for="AttendancePercentage" min="0.0001" max="1" decimals="4" step="0.1" format="{0:p2}" class="form-control w-75" />I have the above NTB added to a form. If I manually type the value of 0.95, I then receive the error of "Please enter a multiple of 0.1." Once I increased the step to 0.001, it works without issue.
Why would it validate that value that way?