|
|
@@ -3,7 +3,7 @@
|
|
|
* https://github.com/RobinHerbots/Inputmask
|
|
|
* Copyright (c) 2010 - 2018 Robin Herbots
|
|
|
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-* Version: 4.0.0-beta.36
|
|
|
+* Version: 4.0.0-beta.37
|
|
|
*/
|
|
|
|
|
|
!function(factory) {
|
|
|
@@ -437,7 +437,7 @@
|
|
|
caret: seekNext(maskPos)
|
|
|
};
|
|
|
}
|
|
|
- !1 !== result || null === opts.keepStatic || !1 === opts.keepStatic || strict || !0 === fromAlternate || (result = alternate(maskPos, c, strict, fromSetValid)),
|
|
|
+ !1 !== result || !1 === opts.keepStatic || null != opts.regex && !isComplete(getBuffer()) || strict || !0 === fromAlternate || (result = alternate(maskPos, c, strict, fromSetValid)),
|
|
|
!0 === result && (result = {
|
|
|
pos: maskPos
|
|
|
});
|