CountryCodePickerProject icon indicating copy to clipboard operation
CountryCodePickerProject copied to clipboard

add ( ) in number format and hint

Open FelipeRsN opened this issue 6 years ago • 2 comments

Hello friend. I'm from brazil and here the phone format is xx xxxx-xxxx and that's correct on the lib, but sometimes we use ( ) inside the ddd number like (xx) xxxx-xxxx but i can't do that here, it's possible?

looking at the wiki i see that i can get the value with ( ) with this:

//get formatted number i.e "+1 (469) 664-1766" ccp.getFormattedFullNumber();

but i need to show on the hint and when the user is typing, because some users forget to use the ddd :/

FelipeRsN avatar Aug 24 '18 14:08 FelipeRsN

I guess this is because of two different formats (national and international). Still, I will look into it and see if we can give good support for national format as well..

hbb20 avatar Oct 01 '18 17:10 hbb20

@hbb20 Is there any update for national formatting with () while typing

kishan-jeeves avatar Jul 22 '21 05:07 kishan-jeeves