-
Notifications
You must be signed in to change notification settings - Fork 70
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
Could not works for canada
, +1
#8
Comments
Hello @tianyingchun I followed your steps and I have the good result : |
OH basically it seems give us input mistake feelling. please see if we want to input phone number
i think +1 country image should not changing while we typing input number, most people will feel there are some wrong ? |
BTW it should support area code is better like |
You're right, let me fix that ASAP :)
The value argument of onChange(value) function will be the parsed phone number in E.164 format. For example, if a user chooses "United States" and enters (213) 373-4253 in the input field then onChange(value) will be called with value being "+12133734253". |
good news, when it will be release? waiting :) |
I cannot give you a date sorry ^^ If you want to have the fix very very fast, you can submit a PR ! I'll take a look at it when I get back from vacation. |
:) waiting you fix & relase 👍 |
Hey ! I could not reproduce with the last version. Please open a new issue with a sandbox example. Thanks :) |
https://codesandbox.io/s/mui-tel-input-p7b2jz?file=/src/App.js
canada
/us
+1(225) 588-8634
it seems that
+1
has some bugs here ?BTW please allow us filter while choose dropdown countries (MUI select control like)
The text was updated successfully, but these errors were encountered: