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

Cursor change place when try to delete characters

Open DanaDovzh opened this issue 1 year ago • 0 comments

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" />

DanaDovzh avatar Feb 28 '24 10:02 DanaDovzh