ngx-ion-simple-mask icon indicating copy to clipboard operation
ngx-ion-simple-mask copied to clipboard

BackSpace Removed All Input Characters Before Special Characters

Open OsamaFayyaz376 opened this issue 2 years ago • 0 comments

Hi , If my mask is (999) 999-9999 and I do a backspace before '-' it will remove all the front integers/input as well and the final string will be like this (999) 99

Input : (123) 456-7890

After Doing BackSpace before '-'

Output: (123) 45

Output Should Be Like this: (123) 457-890

OsamaFayyaz376 avatar Nov 18 '22 10:11 OsamaFayyaz376