Robin Herbots 11 年 前
コミット
c613115d64

ファイルの差分が大きいため隠しています
+ 1 - 1
dist/inputmask/jquery.inputmask.numeric.extensions.js


ファイルの差分が大きいため隠しています
+ 1 - 1
dist/jquery.inputmask.bundle.js


+ 3 - 3
js/jquery.inputmask.numeric.extensions.js

@@ -268,9 +268,9 @@ Optional extensions on the jquery.inputmask base
             }
         },
         'currency': {
-            prefix: "",
-            groupSeparator: ".",
-            radixPoint: ",",
+            prefix: "$",
+            groupSeparator: ",",
+            radixPoint: ".",
             alias: "numeric",
             placeholder: "0",
             autoGroup: true,