You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zip Code field doesn't have any validation. Also, it doesn't seem like we can change the inputType on that field to prevent the user from inputting a bunch of letters.
SDK version
14.1.0
The text was updated successfully, but these errors were encountered:
@luismierez thanks for filing. If you require a valid zip code it will restrict your customers to only those that are US-based. Is that your intention?
@mshafrir-stripe yeah, our product is only offered in the US. I just noticed that there is a way to add a TextWatcher to the zip code field, so I could do the validation there, but it would be a better user experience if we could also change the inputType for that field.
Summary
Zip Code field doesn't have any validation. Also, it doesn't seem like we can change the
inputType
on that field to prevent the user from inputting a bunch of letters.SDK version
14.1.0
The text was updated successfully, but these errors were encountered: