Browse Source

add autoGroup property

Robin Herbots 13 years ago
parent
commit
d2915de487
1 changed files with 1 additions and 0 deletions
  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) {