hbb20 / CountryCodePickerProject

Country Code Picker (CCP) is an android library which provides an easy way to search and select country or international phone code. Also supports Android EditText phone mask and international phone validation.
Apache License 2.0
1.52k stars 505 forks source link

Cannot Focused CountryCodePicker Component #191

Open AdamFM opened 6 years ago

AdamFM commented 6 years ago

I need to focused the component, like on android:nextFocusDown the view can't focus..

hbb20 commented 6 years ago

Sorry about that we are working on it. If someone is able to fix this, we will appreciate the PR or comments.

sanjeevkarat commented 5 years ago

Just a suggestion why don't you add a TextInputLayout and add this inside? Does it work then? Oh and just FYI, a spinner does not get focused in default android(moves to the next EditText which will be focused).