Page 1 of 1

Input Mask on Edit Box limited to 32 characters

Posted: Wed Jan 22, 2025 7:23 pm
by Hackermeister
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 ?

Re: Input Mask on Edit Box limited to 32 characters

Posted: Wed Jan 22, 2025 8:45 pm
by Pablo
There is currently no workaround. But I will investigate if this can be improved.

Re: Input Mask on Edit Box limited to 32 characters

Posted: Wed Jan 22, 2025 9:53 pm
by BaconFries
Maybe this could be of use.
https://robinherbots.github.io/Inputmask/#/demo
See the following scroll till you see working example. If your knowledgeable you could modify it.
https://stackoverflow.com/questions/533 ... ional-char
https://stackoverflow.com/questions/533 ... ional-char