jQuery-Mask-Plugin icon indicating copy to clipboard operation
jQuery-Mask-Plugin copied to clipboard

Improvements and fixes

Open mylogin opened this issue 4 years ago • 0 comments

Improvements:

  • added intMax option
  • if press del key and the cursor is before the mask char - remove next not mask char

Fixed:

  • if string consisted only of masks, they could not be removed
  • if there were mask characters at the ends of the mask string, they were auto added only to the end (regardless of reverse option) and only in one char
  • some other edits

mylogin avatar Sep 02 '21 17:09 mylogin