-
Notifications
You must be signed in to change notification settings - Fork 220
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
Fixed issue 260 #262
base: master
Are you sure you want to change the base?
Fixed issue 260 #262
Conversation
Thanks for the PR! Is this prop using for displaying the value as formatted number with country code? Wait a minute, I found there is an issue with this code: <IntlTelInput
onPhoneNumberChange={this.changePhone3}
onPhoneNumberBlur={this.blurHandler3}
onSelectFlag={this.selectFlagHandler3}
defaultCountry="auto"
value={this.state.phoneNumber3}
geoIpLookup={lookup}
css={['intl-tel-input', 'form-control']}
/> And please help to update |
cool thanks for pointing it out, will have a look. |
I dont see format prop here, why formattting is happening? |
Hi guys did found out how to resolve this issue ? i am still facing the this issue of currsor moving at wrong place @superhit0 @patw0929 ? |
@m-nathani Sorry I am in immense workload. Do you mind if I take a look in the weekend. By this time, can you please fix the merge conflict? |
dont have the write access, but looking forward for the fix.. currently stuck on it |
@patw0929 @nutboltu
formatFull
will be adding tests too...
putting DNM for now.
Please have a look at the logic