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
When submitting the form with errors, the first EditText with an error is not automatically focused.
This is an error reported to us by our a11y auditors
When one of the field is errored, ideally it should acquire focus but the stripe widgets do not
Code to reproduce
Just including the default stripe card input widgets.
Android version
Android 21, 25, 29
Impacted devices
Pixel 2, emulator, tester device (not sure)
Installation method
gradle include
SDK version
v11.0.5
Other information
The text was updated successfully, but these errors were encountered:
Hi,
Unfortunately I am still encountering this error on the last release : https://youtu.be/mo2U8v8kcUk
-> even though the input is incorrect (for example because the expiration date is in the past), I only get an error message and no focus change.
Can this also be fixed for CardInputWidget please ?
Summary
When submitting the form with errors, the first EditText with an error is not automatically focused.
This is an error reported to us by our a11y auditors
When one of the field is errored, ideally it should acquire focus but the stripe widgets do not
Code to reproduce
Just including the default stripe card input widgets.
Android version
Android 21, 25, 29
Impacted devices
Pixel 2, emulator, tester device (not sure)
Installation method
gradle include
SDK version
v11.0.5
Other information
The text was updated successfully, but these errors were encountered: