-
Notifications
You must be signed in to change notification settings - Fork 30
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
allow users to change the country code #39
Comments
This is definitely something we want to support. At the time this element was released, we hadn't released |
Thanks @notwaldorf, good to hear support for this is planned (and would you like a PR updating the docs to that effect?). It occurs to me that the implementation of this does not have to rely on a dropdown (with country flags etc.). Maybe worth implementing this with plain old direct text input at least as a first pass. |
+1 ! Would be incredibly useful to have this. |
+1 Currently it's not compatible with wallet.google.com address book(chrome autofill), I have country code and mobile number in autofill data. When I select the autofill while typing email address, it automatically trying to fill complete phone number including country code but ending up with blank phone field after auto completion. |
👍 |
+1 for the feature request Is there any such json available which has country code and phone number pattern mapped? This would help me to build custom element on top of gold-phone-input. Thanks. |
👍 Would be awesome ! |
It looks like gold-phone-input only allows the country code to be set programmatically; it does not allow the user to set or change it.
Strangely the docs don't currently mention this, or whether it's an intended limitation, but I'm hoping it's not. Is there future support planned for allowing users to change the country code?
I notice that Google's own account signup page features a nice "Mobile phone" input widget which allows the user to set the country code using a special dropdown (with country flag UI and keyboard acceleration). Is there any relationship between Google's non-Polymer UI elements, and ones in Polymer? In general, can Polymer users expect additional features like this to make their way back into Polymer?
Thanks and hope this helps the Polymer project and community.
The text was updated successfully, but these errors were encountered: