Hi Team,
Control : numeric text box
How to restrict the user from entering negative value.
If we set min value as min={0} it is allowing user to enter negative value and then on focus out it is reverting the value to min that is "0". Our expectation is hard restriction by not allowing to enter the negative value.
I'm, surprised we don't have keyup and keydown events for numeric text box