Search code examples
javascriptgoogle-chromesafariwebkitjquery-inputmask

jquery.inputmask - set value in "oncomplete" callback makes incorrect action


If in "oncomplete" callback make setVal action with other masked input, you can see incorrect reactions in Chrome and Safary, well work in FF

oncomplete: function(e){
    $('.i-input-2').val($(e.currentTarget).inputmask('unmaskedvalue'));
}

Demo: http://jsfiddle.net/serGlazkov/nxLzq82o/


Solution

  • Now this bug fixed in version 3.2.2