andr-04 / inputmask-multi

http://andr-04.github.com/inputmask-multi/
253 stars 106 forks source link

Fix to be compatible with "jquery.inputmask: 3.x" #18

Closed klimov-paul closed 8 years ago

klimov-paul commented 8 years ago

This PR updates the plugin to be compatible with "jquery.inputmask" version "3.x". Have been successfully tested against "3.2.2" in particular.

klimov-paul commented 8 years ago

Note: I am not sure, which changes should be made at "inputmask-multi.jquery.json". I assume it should be:

"jquery.inputmask": ">3.0",
andr-04 commented 8 years ago

Thanks @klimov-paul! I'll fix requirements soon.

andr-04 commented 8 years ago

Fixed another bugs and updated all manifests. And the demo -- now all works perfect with last version of inputmask (some bugs in inputmask also was fixed in master).

klimov-paul commented 8 years ago

Thanks for the release.