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.