date inputmask insertmode fixed

remotes/origin/1203
pavel 11 years ago
parent 37a3e388ab
commit d6f457d0a7
  1. 3
      templates/client/static_client/js/_modules/block.search.js
  2. 2957
      templates/client/static_client/js/plugins/inputmask/jquery.inputmask.js
  3. 2
      templates/client/static_client/js_min/_modules/block.search.min.js

@ -1702,6 +1702,7 @@ if (EXPO.searchBlock){
}
}).inputmask("99.99.9999",{
showMaskOnHover:false,
insertMode:false,
'oncomplete': function () {
$activeField = this;
}
@ -1716,6 +1717,7 @@ if (EXPO.searchBlock){
}
}).inputmask("99.99.9999",{
showMaskOnHover:false,
insertMode:false,
'oncomplete': function () {
$activeField = this;
}
@ -1723,7 +1725,6 @@ if (EXPO.searchBlock){
$('input[type="text"]',$modal).on('change', function () {
var stringToset = inputsTostring();
if (self.validate()){
triggerSetText(stringToset);
}

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save