Input Mask on Edit Box limited to 32 characters
Posted: Wed Jan 22, 2025 7:23 pm
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:
Is there a better workaround or am I missing something ?
This works fine after adding "**" at the end:
Code: Select all
$("#EditLicKey").inputmask('******-******-******-******-******');