Hi @an0nbr,
Thank you for your feedback.
We get you regarding the field input and validation. But could you brief us about the mask? What it is and when are its application?
Best regards.
Thread Starter
an0nbr
(@an0nbr)
It could have something like an input mask where you insert your country ZIP code format, like in brazil it is 00000-000 so it would only allow numbers and would automatically format in this format only.
Hi @an0nbr,
Thank you for your explanation and making it clear.
While some ZIP codes have only numbers, other may have alphabets. The length and format of the ZIP codes also vary.
The feedback you have presented is definitely interesting and is handy, but it won’t be easy to implement as we’ll have to look for different countries, code format and length.
Nevertheless, thank you for your feedback.
Best regards.
-
This reply was modified 2 years, 4 months ago by
Addonify.
-
This reply was modified 2 years, 4 months ago by
Addonify.
Thread Starter
an0nbr
(@an0nbr)
It could be used a javascript input mask plugin, where the user insert the mask that he needs.
https://imask.js.org/
Thanks anyways
Hi @an0nbr,
Thank you for your feedback.