|
|
@@ -3,7 +3,7 @@
|
|
|
* https://github.com/RobinHerbots/jquery.inputmask
|
|
|
* Copyright (c) 2010 - 2016 Robin Herbots
|
|
|
* Licensed under the MIT license (http://www.opensource.org/licenses/mit-license.php)
|
|
|
-* Version: 3.3.2-89
|
|
|
+* Version: 3.3.2-90
|
|
|
*/
|
|
|
/*
|
|
|
* Input Mask Core
|
|
|
@@ -257,7 +257,7 @@ radixPointDefinitionSymbol:void 0,//set the radixPoint definitionSymbol ~ used f
|
|
|
groupSeparator:"",//",", // | "."
|
|
|
//numeric basic properties
|
|
|
keepStatic:null,//try to keep the mask static while typing. Decisions to alter the mask will be posponed if possible - null see auto selection for multi masks
|
|
|
-positionCaretOnTab:!1,//when enabled the caret position is set after the latest valid position on TAB
|
|
|
+positionCaretOnTab:!0,//when enabled the caret position is set after the latest valid position on TAB
|
|
|
tabThrough:!1,//allows for tabbing through the different parts of the masked field
|
|
|
supportsInputType:["text","tel","password"],//list with the supported input types
|
|
|
definitions:{9:{validator:"[0-9]",cardinality:1,definitionSymbol:"*"},a:{validator:"[A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",cardinality:1,definitionSymbol:"*"},"*":{validator:"[0-9A-Za-z\u0410-\u044f\u0401\u0451\xc0-\xff\xb5]",cardinality:1}},
|