More than 2 digits of country calling code
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.
^ @assisrafael
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).
Sad to hear about this. Okey, thanks for your help.