Standard mask
Developer-friendly APIs
Regular expressions
Form support and validation
HTML5 tel input type support
Use a combination of standard and custom mask elements to validate user input.
Using the client-side APIs, developers can customize all UI elements and control behaviors.
JavaScript Input Mask elements can be regular expressions, which are useful when defining specific data such as IP addresses.
The value received from the Input Mask control is sent in raw format. It can then use the Form Validation control to perform custom validations.
Users can create a masked text box that only accepts HTML5 tel input, restricting input to numbers only.