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
No Data
Reply
  • 1100
    Offline posted

    Hello,

    Thank you for contacting the Infragistics support!

    Can you please provide the exact steps to reproduce the described issue as I was not able to reproduce it?

    What I was trying to do is:

    1.) Enter 344444444

    2.) Blur the editor (03-4444-4444 is set)

    3.Click inside to enter edit mode (the value is selected)

    4.) Enter 566666666

    5.) Blur the editor (05-6666-6666 I set)

    I am looking forward to your response!

Children