Give us feedback
input-mask-mobile
Mobile icon

Input Mask Mobile

Stable version 1.0.5 (Compatible with OutSystems 11)
Uploaded on 25 April 2021 by 
0.0
 (0 ratings)
input-mask-mobile

Input Mask Mobile

Details
Allows you to choose a mask of your choosing to mask your input widget
Read more

This was made using

https://unmanner.github.io/imaskjs/guide.html

You can input a mask of your choosing following specific rules:

where definitions are:

  • 0 - any digit
  • a - any letter
  • * - any char
  • other chars which is not in custom definitions supposed to be fixed
  • [] - make input optional
  • {} - include fixed part in unmasked value
  • ` - prevent symbols shift back


And the input will only allow you to type if you follow those rules.

Release notes (1.0.5)

In this version, a new mask was activated, using the same JS library, it's now possible to put a mask on the dates.


Please, check how you can do it, in our Demo.


Fix: The Maximum Year field is no longer mandatory.

Reviews (0)