jQuery-Mask-Plugin
jQuery-Mask-Plugin copied to clipboard
Improvements and fixes
Improvements:
- added
intMaxoption - if press
delkey 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
reverseoption) and only in one char - some other edits