This is a migrated thread and some comments may be shown as answers.

[Solved] Cannot enter Minus (Negative)

0 Answers 75 Views
NumericTextBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Emmanuel
Top achievements
Rank 1
Emmanuel asked on 16 May 2011, 04:20 PM
We have found an issue with all Telerik Numeric Text Boxes that can even be reproduced on the Demo page.
http://demos.telerik.com/aspnet-mvc/numerictextbox

To reproduce on:
http://demos.telerik.com/aspnet-mvc/numerictextbox

1. Select a TextBox with already existing numbers (Not negative)
2. Try and enter a negative number
The problem is that the first time you press '-', it clears the previous data and we have to press '-' again to see a negative appear in the box.

My guess is that the client side validation method used does not allow the '-' character to be enetered because there is already numbers and it clears the previous numbers instead.
What should actually happen is that the numbers should clear but the '-' key should already be entered.

I have attached screenshots of the steps mentioned above:
Thank you.
Tags
NumericTextBox
Asked by
Emmanuel
Top achievements
Rank 1
Share this question
or