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
after the deletion when it meets character 3 ('-') with the mask character 3 ('9') will replace with '' and move to character 4 ('4') and compare with mask character 4 ('-') for which there is no translation handler so the result gets the mask character ('-').
I have modified this in a fork and will submit a PR referencing this issue.
The text was updated successfully, but these errors were encountered:
Take a mask 999-999 for example.
Input the text 123456 which is translated to 123-456.
Position caret before delimiter: 123|-456 and delete; 12-456
The logic on the custom mask to replace the characters here:
after the deletion when it meets character 3 ('-') with the mask character 3 ('9') will replace with '' and move to character 4 ('4') and compare with mask character 4 ('-') for which there is no translation handler so the result gets the mask character ('-').
I have modified this in a fork and will submit a PR referencing this issue.
The text was updated successfully, but these errors were encountered: