Hi there,
So I have defined jqxMaskedInput as shown below in my main form:
$(“#workphone”).jqxMaskedInput({width: ‘90%’,height: ’20px’,mask:'(###)###-##-####’,value: 001});
Upon form submission, if an error is encountered, I redirect the user to a failure page. At this point, user has the ability to go back to the form using browser back button. However, when the user goes back to the main form, he no longer sees the mask in maskedInput fields. I see that the placeholder is being retained on the jqxInput widget. I would expect the mask to retain itself too. Am I missing something here?
Thanks in advance.
Regards