|
|
@@ -1,9 +1,9 @@
|
|
|
/*!
|
|
|
* jquery.inputmask.bundle.js
|
|
|
* https://github.com/RobinHerbots/Inputmask
|
|
|
-* Copyright (c) 2010 - 2018 Robin Herbots
|
|
|
+* Copyright (c) 2010 - 2019 Robin Herbots
|
|
|
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-* Version: 4.0.4
|
|
|
+* Version: 4.0.5
|
|
|
*/
|
|
|
|
|
|
(function(modules) {
|
|
|
@@ -1768,7 +1768,7 @@
|
|
|
}
|
|
|
function HandleNativePlaceholder(npt, value) {
|
|
|
if (ie) {
|
|
|
- if (npt.inputmask._valueGet() !== value) {
|
|
|
+ if (npt.inputmask._valueGet() !== value && (npt.placeholder !== value || npt.placeholder === "")) {
|
|
|
var buffer = getBuffer().slice(), nptValue = npt.inputmask._valueGet();
|
|
|
if (nptValue !== value) {
|
|
|
var lvp = getLastValidPosition();
|