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
First of all, thanks for the hard work, the validation mask is working almost perfectly.
I have an issue, when I'm using the code where the country calling code 2 is 100% perfect. But if I want to input 3 digits of prefix ie.: Portugal | 351 / Slovakia | 421 / Slovenia | 386, tha mask always add the last digit to the real number.
What can I do with this? I didn't find any solution mentioned in the issues, if there is something so sorry for oppened this issue.
There is not an international phone mask available in this library.
You can check the code for the localized versions (e.g. uiBrPhoneNumberMask) and implement a mask in the global package that handles all global formats (could be named uiPhoneNumberMask).
First of all, thanks for the hard work, the validation mask is working almost perfectly.
I have an issue, when I'm using the code where the country calling code 2 is 100% perfect. But if I want to input 3 digits of prefix ie.: Portugal | 351 / Slovakia | 421 / Slovenia | 386, tha mask always add the last digit to the real number.
What can I do with this? I didn't find any solution mentioned in the issues, if there is something so sorry for oppened this issue.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: