Custom Mask
Comments
-
Im trying to have a text box where the user inputs numbers in this format: 59-XXXX-XXXX-X. The 59 has to be the initial values and the user can input the rest. I know that the 9 can be used to create this format but I want to also use the 9 for my initial value. Is this possible?
-
Hello,
There is Documentation in the Step Library here: [url=https://documentation.decisions.com/v8/docs/en/using-the-masked-textbox-control]https://documentation.decisions.com/v8/docs/en/using-the-masked-textbox-control[/url] that will give you information on using a custom mask via regex.
-
Ive seen this and it doesnt answer my initial question about if there were a way to also set "9" as an initial value.
[quote=mike.marushia@decisions.com]Hello,
There is Documentation in the Step Library here: [url=https://documentation.decisions.com/v8/docs/en/using-the-masked-textbox-control]https://documentation.decisions.com/v8/docs/en/using-the-masked-textbox-control[/url] that will give you information on using a custom mask via regex.[/quote]