浏览代码

add autoGroup property

Robin Herbots 13 年之前
父节点
当前提交
d2915de487
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      js/jquery.inputmask.numeric.extentions.js

+ 1 - 0
js/jquery.inputmask.numeric.extentions.js

@@ -14,6 +14,7 @@ Optional extentions on the jquery.inputmask base
                         digits: "*", //numer of digits
                         groupSeparator: ",", // | "\."
                         groupSize: 3,
+                        autoGroup: false,
                         definitions: {
                            '9': {
                                   validator: function(chrs, buffer, pos, strict, opts) {