Open In App

jQWidgets jqxMaskedInput Complete Reference

Improve
Improve
Like Article
Like
Save
Share
Report

The jqxMaskedInput widget represents a jQuery input widget that uses a mask to distinguish between proper and improper user input. You can define phone number, SSN, zip code, dates, etc. masks by setting the jqxMaskedInput mask property. Mask is defined by a format made up of mask literals and masks definitions. Mask literals will be automatically entered for the user when they type and will not be able to be removed by the user. The following mask definitions are:

  • Alphabetical – Represents an alpha character (A-Z, a-z)
  • Numbers – Represents a numeric character (0-9)
  • Symbol – Represents an alphanumeric character (A-Z, a-z, 0-9)

Properties:

Events:

Methods:


Last Updated : 05 Dec, 2022
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads