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
The STPPaymentCardTextField postal code entry behaves erroneously when the app is set to Russian language. After entering the CVC focus moves to the postal postal code field but the field is out of bounds of the STPPaymentCardTextField. The issue does not appear when using short placeholder for CVC field instead of the default.
Here's a link to a video which shows the incorrect behaviour.
Code to reproduce
A STPPaymentCardTextField with default configuration except having postal code entry enabled.
let field = STPPaymentCardTextField()
field.postalCodeEntryEnabled = true
...
iOS version
Tested iOS 13.5.x.
Installation method
CocoaPods
SDK version
Tested on SDK versions 19.2.0 and 19.3.0.
The text was updated successfully, but these errors were encountered:
Summary
The STPPaymentCardTextField postal code entry behaves erroneously when the app is set to Russian language. After entering the CVC focus moves to the postal postal code field but the field is out of bounds of the STPPaymentCardTextField. The issue does not appear when using short placeholder for CVC field instead of the default.
Here's a link to a video which shows the incorrect behaviour.
Code to reproduce
A STPPaymentCardTextField with default configuration except having postal code entry enabled.
iOS version
Tested iOS 13.5.x.
Installation method
CocoaPods
SDK version
Tested on SDK versions 19.2.0 and 19.3.0.
The text was updated successfully, but these errors were encountered: