We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ddb20 commit b339433Copy full SHA for b339433
js/ppom.inputs.js
@@ -84,7 +84,7 @@ function ppom_init_js_for_ppom_fields(ppom_fields) {
84
// masking
85
case 'text':
86
if (input.input_mask == undefined || input.input_mask == '') break;
87
- InputSelector.inputmask();
+ InputSelector.inputmask({regex: input.input_mask});
88
if (input.type === 'text' &&
89
input.input_mask !== '' &&
90
input.use_regex !== 'on') {
0 commit comments