|
|
@@ -511,7 +511,7 @@ This plugin is based on the masked input plugin written by Josh Bush (digitalbus
|
|
|
}).bind("blur.inputmask", function() {
|
|
|
var $input = $(this), input = this, nptValue = input._valueGet();
|
|
|
$input.removeClass('focus.inputmask');
|
|
|
- if (input._valueGet() != undoBuffer) {
|
|
|
+ if (nptValue != undoBuffer) {
|
|
|
$input.change();
|
|
|
}
|
|
|
if (opts.clearMaskOnLostFocus) {
|