insin / inputmask-core

Standalone input mask implementation, independent of any GUI
MIT License
304 stars 52 forks source link

Fix bug when pasting value with multiple static parts in the middle #38

Open gitim opened 6 years ago

gitim commented 6 years ago

Hi! First of all thanks for the module! I found a bug in handling pattern with multiple static parts in the middle of the mask in pate method, in this pr I added a test for this case and fix.