[Bug][NumericTextBox] When min is set to 0 entering a negative value and bluring the input sets the input value to -0 #2889
Labels
Bug
Item which indicates that something is not working
C: NumericTextBox
KendoReact
pkg:Inputs
SEV: Low
Description
When the NumericTexyBox is integrated inside a Form and the min property is set to 0, typing a negative number will reset the value to 0, however, the input displays -0 instead. Using a different format like 'n2' will display the reset value correctly as 0.00.
Steps To Reproduce
Actual Behavior
Bluring the NumericTextBox when it has a negative value and a min set to 0, displays the value as -0.
Expected Behavior
Bluring the NumericTextBox should display the actual value inside the input.
Reported in TicketID: 1678473
The text was updated successfully, but these errors were encountered: