how to use mask in wappler
example:
phone: (00) 0000-0000
zipcode 00000-000
thanks.
how to use mask in wappler
example:
phone: (00) 0000-0000
zipcode 00000-000
thanks.
Have a look at using a regular expression as shown in
sorry, I think I expressed myself wrong, how to use this in a wappler input, as we type it will form the
as in the example of the image.
mask
There is no built in option for this in Wappler. You will have to use a JS function to convert the text on input event.
Have a look at
https://codepen.io/jSilverize/pen/wWpmrO