|
|
@@ -3,7 +3,7 @@ Input Mask plugin for jquery
|
|
|
http://github.com/RobinHerbots/jquery.inputmask
|
|
|
Copyright (c) 2010 Robin Herbots
|
|
|
Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-Version: 0.4.6a
|
|
|
+Version: 0.4.6b - dev
|
|
|
|
|
|
This plugin is based on the masked input plugin written by Josh Bush (digitalbush.com)
|
|
|
*/
|
|
|
@@ -383,6 +383,8 @@ This plugin is based on the masked input plugin written by Josh Bush (digitalbus
|
|
|
if (lastMatch == checkPosition) //once outsync the nonmask cannot be the lastmatch
|
|
|
lastMatch = pos;
|
|
|
checkPosition = pos;
|
|
|
+ if(inputValue.charAt(i) == getBufferElement(buffer, pos))
|
|
|
+ break;
|
|
|
}
|
|
|
}
|
|
|
}
|