kendo-react icon indicating copy to clipboard operation
kendo-react copied to clipboard

NumericTextBox becomes invalid with some decimal values within range

Open kdikov82 opened this issue 3 years ago • 0 comments

In the following example, changing the value with the arrow to 0.70% will make the NumericTextBox state invalid, even though the value is valid: https://stackblitz.com/edit/react-hpnc5e?file=app%2Fmain.jsx

The issue is observed with 0.70, 0.90, 1.10, etc. The pattern seems to be due to the actual value being calculated with the given step, which for 0.70 for example is: "0.006999999999999999"

kdikov82 avatar Aug 02 '22 13:08 kdikov82