Skip to content
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

Set PhoneNumberInternationalFallbackWidget input_type to tel #521

Merged
merged 1 commit into from
Aug 28, 2022

Conversation

francoisfreitag
Copy link
Collaborator

No description provided.

@@ -103,6 +103,8 @@ class PhoneNumberInternationalFallbackWidget(TextInput):
an international number will fall back to international format
"""

input_type = "tel"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this change, but I wonder if it will break some peoples code/styling. I think it needs to be mentioned in release notes and maybe even with a bigger version bump 🤔 .

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That’s a good idea. I’ll add it to the 7.0.0 with #520 (which may also introduce a small BC breakage).

@francoisfreitag francoisfreitag merged commit 290e82b into stefanfoulis:main Aug 28, 2022
@francoisfreitag francoisfreitag deleted the tel-attr branch August 28, 2022 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants