IntlPhoneInput icon indicating copy to clipboard operation
IntlPhoneInput copied to clipboard

Why default country not selected ?

Open BoumBam opened this issue 4 years ago • 1 comments

Hello, I just starting using this library but it not find my local country. I'm use that: <uses-permission android:name="android.permission.READ_PHONE_STATE"/> but nothing change. What shall I do to make it select and put my country phone indicator in the Edittext ?

Thanks.

BoumBam avatar Mar 28 '20 16:03 BoumBam

you can use

setEmptyDefault("YOUR COUNTRY ISO")

for example

setEmptyDefault("EG") for Egypt

itzbernoulli avatar May 08 '20 05:05 itzbernoulli