You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but I just found a bug in relation with the 'allowNegativeNumbers' option and the press of the '-' key whilehaving the whole input text field selected. (all highlighted)
Easy to reproduce with the [allowNegativeNumbers]="true" parameter, which let user have negative numbers by allowing '-' character at front:
When having a numeric input with a mask restricting the number input, selecting all the input field's content, and then typing the negative symbol '-', results in the whole field gets cleared and left empty, instead of all being replaced with the '-' character.
The text was updated successfully, but these errors were encountered:
Thanks for your great product,
but I just found a bug in relation with the 'allowNegativeNumbers' option and the press of the '-' key whilehaving the whole input text field selected. (all highlighted)
Easy to reproduce with the [allowNegativeNumbers]="true" parameter, which let user have negative numbers by allowing '-' character at front:
When having a numeric input with a mask restricting the number input, selecting all the input field's content, and then typing the negative symbol '-', results in the whole field gets cleared and left empty, instead of all being replaced with the '-' character.
The text was updated successfully, but these errors were encountered: