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
Hello Dear
I have used below code for phone input I am getting issues while enter input, I have select country canada and enter number, Flag become change to US.
<PhoneInput style={styles.enterMobileNumberInputStyle} ref={ref => { this.phone = ref; }} initialCountry='in' allowZeroAfterCountryCode={true} textStyle={{ fontSize: normalize(16), color: Colors.black, height: normalize(44)}} textProps={{ placeholder: 'Enter Mobile Number' }} pickerBackgroundColor={Colors.appColor} pickerButtonColor={Colors.white} autoFormat={true} />
I have attached video link here
https://drive.google.com/file/d/1NWSjk5bL9cbhXBKmgxlfvtmSAIf8e7wR/view
Thanks, Umesh
The text was updated successfully, but these errors were encountered:
I have the same issue, is there a solution to that?
Sorry, something went wrong.
Same issue is there for countries with dial code, is there a solution to that?
Successfully merging a pull request may close this issue.
Hello Dear
I have used below code for phone input
I am getting issues while enter input, I have select country canada and enter number, Flag become change to US.
<PhoneInput style={styles.enterMobileNumberInputStyle} ref={ref => { this.phone = ref; }} initialCountry='in' allowZeroAfterCountryCode={true} textStyle={{ fontSize: normalize(16), color: Colors.black, height: normalize(44)}} textProps={{ placeholder: 'Enter Mobile Number' }} pickerBackgroundColor={Colors.appColor} pickerButtonColor={Colors.white} autoFormat={true} />
I have attached video link here
https://drive.google.com/file/d/1NWSjk5bL9cbhXBKmgxlfvtmSAIf8e7wR/view
Thanks,
Umesh
The text was updated successfully, but these errors were encountered: