RobinHerbots / Inputmask

Input Mask plugin
https://robinherbots.github.io/Inputmask/
MIT License
6.4k stars 2.17k forks source link

Masking In the Middle of the Number/String #857

Open sureshbuzz opened 9 years ago

sureshbuzz commented 9 years ago

Initailly thanks for the great plugin.

while iam trying to mask digits in the middle of the string I was facing a problem . i.e

Example: I was trying to mask the below number in this format 9999xxxx99
input value : 1234567890

Output: 1234XXXX567890 Expected Output : 1234XXXX90

As iam checking the js file , I was unable to figure out the issue. Can anyone help to fix the issue??

RobinHerbots commented 9 years ago

How did you define the mask?