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

Cursor should be placed right before of the next replaced charachter

Open papirosko opened this issue 1 year ago • 0 comments

When using masks with custom separators, the cursor is placed before the separator. Example,

                    <input type="text"
                           prefix="+7 " mask="(000) 000 00 00"
                           [showMaskTyped]="true">
image

Instead the cursor should be placed after the (, so user will clearly understand there the next charachter will be placed

papirosko avatar Aug 29 '24 08:08 papirosko