Trying to use Input Mask validation on an Editbox on a form for a license key that is 34 character long. However, I seem to be unable to use anything longer than 32 characters. If I edit the published HTML code manually after it has been published to add the 2 missing characters it works fine.
This works fine after adding "**" at the end:
Code: Select all
$("#EditLicKey").inputmask('******-******-******-******-******');
Is there a better workaround or am I missing something ?