|
|
@@ -772,7 +772,7 @@ Inputmask.extendAliases({
|
|
|
formatAlias[opts.outputFormat] || opts.outputFormat || opts.inputFormat; // resolve possible formatAlias
|
|
|
// opts.placeholder = opts.placeholder !== "" ? opts.placeholder : opts.inputFormat.replace(/[[\]]/, "");
|
|
|
opts.regex = parse(opts.inputFormat, undefined, opts);
|
|
|
- console.log("inputFormat", opts.regex);
|
|
|
+ // console.log("inputFormat", opts.regex);
|
|
|
opts.min = analyseMask(opts.min, opts.inputFormat, opts);
|
|
|
opts.max = analyseMask(opts.max, opts.inputFormat, opts);
|
|
|
return null; // migrate to regex mask
|