Robin Herbots 14 年 前
コミット
2f65841cbb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      jquery.inputmask.js

+ 1 - 1
jquery.inputmask.js

@@ -123,7 +123,7 @@ This plugin is based on the masked input plugin written by Josh Bush (digitalbus
                             }
                         });
                         break;
-                    case "getemptymask":
+                    case "getemptymask": //return the default (empty) mask value, usefull for setting the default value in validation
                         if(this.data('inputmask'))
                     		return this.data('inputmask')['_buffer'].join('');
                     	else return "";