kendo-react
kendo-react copied to clipboard
NumericTextBox becomes invalid with some decimal values within range
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"