Create a mask for a InputText field. #125
Unanswered
roborobs1023
asked this question in
Q&A
Replies: 1 comment
-
It's kind of complicate, text input handling is complex. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would one go about creating a mask for an InputText field?
For instance a phone number. Allow it to have mask when blank of --**** or something similar
I would like to create a textbox with this mask and force that format when a string is entered. I know I can validate the string format with an ozzo-validation statement which I am using.
Beta Was this translation helpful? Give feedback.
All reactions