Just got a negative 0 in the RadMaskedNumericInput control its a minor error I got by taking away quantities from its value until it became 0 when it got to 0 it showed the negative sign wich shouldnt :D
1 Answer, 1 is accepted
0
Tina Stancheva
Telerik team
answered on 15 Nov 2012, 03:02 PM
Hi Angel,
This behavior is by design. We implemented it after we received a lot of feature requests to allow -0 as a valid value of the control, since in many scenarios the users first enter the '-' sign and then start typing a number. Also, there are scenarios when you tab back in a MaskedInput with negative value, and you may need to enter - 0.12, so entering -0 in this scenario is also an expected behavior. Basically you can change the sign of a value in the MaskedNumeric/CurrencyInput by hitting the '-' sign.
Also the minus sign can be removed along with the value of the control, on clearing the content through the ClearButton.