-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
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
Option to disable autochange country when typing #269
Comments
What would be the expected behavior ? What would it display when you do +1 ? |
Just continue displaying +1, without switching countries. |
What do you think about this :
|
I would not like to give the opportunity to change the country if it is not on the list of available ones. I would like to be able to strictly limit the input of unsupported numbers so that the user immediately understands that the application is not available in his country. I thought that's what the list of |
I have set up a list of supported countries in the
CountrySelectorNavigator
(by passing aList<IsoCode>
tocountries
parameter ofCountrySelectorNavigator
constructor ) and want to be able to enter a phone number for supported countries only. But if I start entering the phone number prefix of another country that I do not have in the list, it automatically changes to it.Here is a video with an example of reproducing the bug.
Is is possible to disable now?
The text was updated successfully, but these errors were encountered: