Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
How can I restrict user to enter minimum 10 digits phone number using input mask - phone
Hi Azhar,
This can be combined with jQuery Validate library which will set the minimum length of the field:
Then to combine with input mask add this:
This should work for you.