We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the library works great but i must recommend you about functions below:
picker.getDialCode picker.getCountryName picker.getFlag
it always returns nil right after United State is selected. i think you should change:
if countries.count == 1 => if countries.count >= 1
Please update the library soon :)
The text was updated successfully, but these errors were encountered:
I can confirm this bug. When the code is US the following is the result:
Sorry, something went wrong.
is this issue resolved?
Not AFAIK, I made a fork to fix this and do some other updates for our client's application.
Facing the same issue.
No branches or pull requests
the library works great but i must recommend you about functions below:
picker.getDialCode
picker.getCountryName
picker.getFlag
it always returns nil right after United State is selected.
i think you should change:
if countries.count == 1 => if countries.count >= 1
Please update the library soon :)
The text was updated successfully, but these errors were encountered: