Browse Source

preventDefault input on mobile

Robin Herbots 12 years ago
parent
commit
2b08d028fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      js/jquery.inputmask.js

+ 1 - 0
js/jquery.inputmask.js

@@ -1206,6 +1206,7 @@
                             $input.trigger("complete");
                             $input.trigger("complete");
                     }, 0);
                     }, 0);
                 }
                 }
+                e.preventDefault();
             }
             }
 
 
             function mask(el) {
             function mask(el) {