What values can I use in the InputMask Plugin?

  1. #1

    What values can I use in the InputMask Plugin?

    I want to use the InputMask field on a textfield for a phone number. I managed to figure out that the character "9" allows digits.

    What are the other characters that can be used here?

    If I want to allow "(999) 999-9999" followed by an optional combination and any length of characters (e.g. "" or " extension 1234" or "5678", etc). How would I do that?
  2. #2
    Please answer this for me too as a support customer. I cannot find documentation.
  3. #3
    Hello!

    You can use the following mask symbols:
    "9": "[0-9]"
    "a": "[A-Za-z]"
    "*": "[A-Za-z0-9]

    Moreover, you can add own mask symbols: https://examples2.ext.net/#/Form/TextField/InputMask/

Similar Threads

  1. Replies: 7
    Last Post: Dec 05, 2012, 6:11 AM
  2. [CLOSED] About the rowEditing plugin.
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 10, 2012, 11:31 AM
  3. DataDrop plugin
    By threewonders in forum 1.x Help
    Replies: 1
    Last Post: Apr 04, 2011, 4:14 PM

Tags for this Thread

Posting Permissions