You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question regarding international numbers.
This library is really good and it works great in MAUI Hybrid which we have found that many libraries fail. So first of all thanks for a great lib!
We are using this to mask phone numbers in typical US formats such as "(###) ###-####" and it works great. The question now is how we can support rare cases when the user wants to enter an international number. Can we somehow detect if a user types a '+' sign and if so simply remove the masking (and if user removes the plus we put back the mask)? We are using this on a regular HTML input field.
Again thank you very much!
The text was updated successfully, but these errors were encountered:
I have a question regarding international numbers.
This library is really good and it works great in MAUI Hybrid which we have found that many libraries fail. So first of all thanks for a great lib!
We are using this to mask phone numbers in typical US formats such as "(###) ###-####" and it works great. The question now is how we can support rare cases when the user wants to enter an international number. Can we somehow detect if a user types a '+' sign and if so simply remove the masking (and if user removes the plus we put back the mask)? We are using this on a regular HTML input field.
Again thank you very much!
The text was updated successfully, but these errors were encountered: