Browse Source

Update jquery.inputmask.extentions.js

Robin Herbots 13 years ago
parent
commit
90ac2ebf41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jquery.inputmask.extentions.js

+ 1 - 1
jquery.inputmask.extentions.js

@@ -276,7 +276,7 @@ Optional extentions on the jquery.inputmask base
                             greedy: false,
                             greedy: false,
                             radixPoint: "\.", // | ","
                             radixPoint: "\.", // | ","
                             digits: "*", //numer of digits
                             digits: "*", //numer of digits
-                            groupSeparator: "\.",
+                            groupSeparator: ",", // | "\."
                             groupSize: 3,
                             groupSize: 3,
                             regex: {
                             regex: {
                                 number: function(radixPoint) { return new RegExp("^([\+\-]?[0-9]*[" + radixPoint + "]?[0-9]*)$"); }
                                 number: function(radixPoint) { return new RegExp("^([\+\-]?[0-9]*[" + radixPoint + "]?[0-9]*)$"); }