Menu

Mask Options Example

ART Help
2023-03-30
2023-04-03
  • Jeremy Fredrich

    Jeremy Fredrich - 2023-03-30

    Would you show me a simple example of using a mask on a parameter that only allows numbers?

     
  • Timothy Anyona

    Timothy Anyona - 2023-04-02

    Is there a reason not to use an integer parameter?

     
  • Jeremy Fredrich

    Jeremy Fredrich - 2023-04-03

    Users are pasting in numbers with spaces. I want to prevent spaces and non-numeric data. I did get the following to work.

    var maskOptions = { regex: "\d*" };

     

Log in to post a comment.