MaskFormatter icon indicating copy to clipboard operation
MaskFormatter copied to clipboard

the cursor moves to the end of the line

Open ShestakovVO opened this issue 6 years ago • 1 comments

when deleting / editing a character in the middle of the masked text, moves the cursor to the end

ShestakovVO avatar Jun 25 '18 08:06 ShestakovVO

I had similar issues when I implemented something like from the https://stackoverflow.com/questions/16889502/how-to-mask-an-edittext-to-show-the-dd-mm-yyyy-date-format ... and for the solution of that problem I came specifically on Github searching for similar libraries doing date formatting, The cursor should be in the appropriate place so that user don't have to tap on position again for editing.

himanshubb avatar Feb 25 '19 16:02 himanshubb