ソースを参照

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
                         digits: "*", //numer of digits
                         groupSeparator: ",", // | "\."
                         groupSeparator: ",", // | "\."
                         groupSize: 3,
                         groupSize: 3,
+                        autoGroup: false,
                         definitions: {
                         definitions: {
                            '9': {
                            '9': {
                                   validator: function(chrs, buffer, pos, strict, opts) {
                                   validator: function(chrs, buffer, pos, strict, opts) {