Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
140
Problems with igMaskEditor
posted

I'm trying to validate the mask.

Once the mask format has been completed, try to change the value again, but the validation message was not correct.

$('#pin').igMaskEditor({
placeHolder: 'Enter your PIN',
inputMask: '\\00-0000-0000',
validatorOptions: {
errorMessage: 'Error',
required: true,
onblur: true,
onchange: true,
onsubmit: true,
notificationOptions: { mode: "inline" }

}
});

attached test link:

http://jsfiddle.net/vjeu49ka/

Parents Reply Children
No Data