Browse Source

add radixpoint definition in numeric extensions

Robin Herbots 12 years ago
parent
commit
a6038e49db

BIN
dist/jQuery.InputMask.1.3.5.nupkg


+ 1 - 0
dist/jquery.inputmask.bundle.js

@@ -1679,6 +1679,7 @@ Optional extensions on the jquery.inputmask base
             numericInput: true,
             numericInput: true,
             digits: "*", //numer of digits
             digits: "*", //numer of digits
             groupSeparator: ",", // | "."
             groupSeparator: ",", // | "."
+			radixPoint: ".",
             groupSize: 3,
             groupSize: 3,
             autoGroup: false,
             autoGroup: false,
             postFormat: function (buffer, pos, reformatOnly, opts) {
             postFormat: function (buffer, pos, reformatOnly, opts) {

File diff suppressed because it is too large
+ 2 - 2
dist/jquery.inputmask.bundle.min.js


File diff suppressed because it is too large
+ 2 - 2
dist/min/jquery.inputmask.numeric.extensions.js


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

@@ -18,6 +18,7 @@ Optional extensions on the jquery.inputmask base
             numericInput: true,
             numericInput: true,
             digits: "*", //numer of digits
             digits: "*", //numer of digits
             groupSeparator: ",", // | "."
             groupSeparator: ",", // | "."
+			radixPoint: ".",
             groupSize: 3,
             groupSize: 3,
             autoGroup: false,
             autoGroup: false,
             postFormat: function (buffer, pos, reformatOnly, opts) {
             postFormat: function (buffer, pos, reformatOnly, opts) {