[Solved] Numeric Text Box - Step smaller than decimal producing error

0 Answers 3 Views
NumericTextBox
Mike
Top achievements
Rank 1
Iron
Iron
Iron
Mike asked on 03 Aug 2026, 03:53 PM

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?

No answers yet. Maybe you can help?

Tags
NumericTextBox
Asked by
Mike
Top achievements
Rank 1
Iron
Iron
Iron
Share this question
or