ngx-mask
ngx-mask copied to clipboard
Cursor change place when try to delete characters
Hi, I use ngx-mask 17.0.4 and angular 16.0.1 I am using this package for phone numbers but I have a problem when I want to remove characters the cursor changes position but if I remove the prefix in the properties or use a mask without any special characters like 0000000000 it works fine but I need prefix and formatting for the mask
<input type="text"
prefix="+7"
mask=" (000) 000-0000"
[showMaskTyped]="true" />