Hello,
I am facing some issues with the NumericTextBox.
1. Value in the NumericTextBox rounds off when we enter a number with 15-20 characters.
For example, enter 9 continuously in the NumericTextBox. At a point the entered digits change to 0.
2. If I add a number with 15-20 or more characters and when I use backspace to clear the characters, the value in the NumericTextBox gets converted to 'Infinity' which does not get cleared using backspace.
For example,
Press and hold a digit.
After couple of seconds hit backspace.
Infinity appears which does not get cleared.
Can you suggest some workaround for these issues? I do not want to restrict the max-length for the fields.
Thanks,
Sadaf Patwekar