Browse Source

datepicker another tweak

Robin Herbots 15 years ago
parent
commit
25f7c8fcd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jquery.inputmask.js

+ 1 - 1
jquery.inputmask.js

@@ -262,7 +262,7 @@ This plugin is based on the masked input plugin written by Josh Bush (digitalbus
 
         function unmaskedvalue(el) {
 
-            if (tests) {
+            if (tests && !el.hasClass('hasDatepicker')) {
                 var buffer = _buffer.slice();
                 checkVal(el, buffer);
                 return $.map(buffer, function(element, index) {