SfNumericTextBox Minus Sign Issues

Hello,

I Have a SfNumericTextBox where I need to enter decimal values, sometimes positive, sometimes negative with some decimals. Syncfusion Version 20.1.0.61 is used.

When trying to enter negative values using the minus key, the minus sign is added twice. Once in front of the value and once at the position of the cursor. Is there a way to deactivate the automatically added minus sign at the front?

Examples:

Minus Key was Pressed while the Cursor was in the middle of the value:

Minus Sign was only pressed once, Cursor position at the front:


When clicking away from the SfNumericTextBox, the minus sign is correclty parsed: i.e. for values with a double minus sign, only the leading minus sign will remain and the value is correctly negative.

However, users which see the double minus sign might try to remove one of the minus signs, but this removes both.


1 Reply

ET Eswaran Thirugnanasambandam Syncfusion Team July 21, 2022 01:00 PM UTC

We have already fixed the reported problems, and the fix is included in our latest weekly NuGet (20.2.0.39). So please upgrade the NuGet version to the latest (20.2.0.39) to resolve the reported problems.


Loader.
Up arrow icon