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

Billing Address Zip code keyboard type #1586

Closed
dskibin opened this issue May 29, 2020 · 7 comments
Closed

Billing Address Zip code keyboard type #1586

dskibin opened this issue May 29, 2020 · 7 comments
Assignees
Labels
triaged Issue has been reviewed by Stripe and is being tracked internally

Comments

@dskibin
Copy link

dskibin commented May 29, 2020

Hello
Is it possible to manage keyboardType for billing address zip code input?
paymentCountry="US" does not work. We need to have phonePad keyboard type for the input.

@csabol-stripe
Copy link
Contributor

Hi @dskibin, we currently don't offer a way to change the keyboard type for postal code entry. We actually recently changed the keyboard type to be numbers and punctuation to support non-US addresses (see #1479)

@csabol-stripe csabol-stripe added the triaged Issue has been reviewed by Stripe and is being tracked internally label Jun 3, 2020
@csabol-stripe csabol-stripe self-assigned this Jun 3, 2020
@csabol-stripe
Copy link
Contributor

@dskibin could you provide some more context on your use case to help us evaluate prioritizing adding this functionality?

@dskibin
Copy link
Author

dskibin commented Jun 11, 2020

Hi @csabol-stripe
Billing zip code is required property in our use case. You can see this at the picture
File

It would be very helpful for us to be able to specify keyboard type (or at least have same logic for billing zip code like you have for shipping zip code). Thank you!

@csabol-stripe
Copy link
Contributor

ah, this field should be configured the same as for the shipping postal code. I'll take a look

@csabol-stripe
Copy link
Contributor

csabol-stripe commented Jun 17, 2020

@dskibin to clarify, this is the keyboard that is displayed by default? (i.e. didn't switch to text after initial presentation) This should be displaying the numbers and punctuation keyboard by default

@dskibin
Copy link
Author

dskibin commented Sep 14, 2020

@dskibin to clarify, this is the keyboard that is displayed by default? (i.e. didn't switch to text after initial presentation) This should be displaying the numbers and punctuation keyboard by default

Yes by default. Sorry for late answer.
Btw here is another related question -- did you change layout for Postal Code input in latest version?
Seems now it is located at same line as card details.

@davidme-stripe
Copy link
Contributor

I believe we've fixed this in the latest version, and the numbersAndPunctuation keyboard is default worldwide. We don't use the phonePad type, as it's possible for a user in the US to have a billing address outside the US with an alphanumeric postal code. Let us know if you're still experiencing this issue with the latest SDK.

kgaidis-stripe added a commit that referenced this issue Dec 2, 2022
Financial Connections: changed prepane to fit new designs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged Issue has been reviewed by Stripe and is being tracked internally
Projects
None yet
Development

No branches or pull requests

3 participants