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
I am using the <CardField> component but I have issue with it.. I fill all the data (card number, expiration date, cvc) and when i finish (the cursor is at cvc field) I tab outside the form on the screen, the cursor moves to the card number field and I need to tab one more time (on my button or just outside of the form) in order to move the focus away from the form.
Expected behavior
I guess we only need one tab outside of the form in order to move the focus away and be able to click the button to add the card. On iOS it seems to work fine. I need 2 tabs to work, on Android I need 3
OS: Android emulator
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I am using the
<CardField>
component but I have issue with it.. I fill all the data (card number, expiration date, cvc) and when i finish (the cursor is at cvc field) I tab outside the form on the screen, the cursor moves to the card number field and I need to tab one more time (on my button or just outside of the form) in order to move the focus away from the form.Expected behavior
I guess we only need one tab outside of the form in order to move the focus away and be able to click the button to add the card. On iOS it seems to work fine. I need 2 tabs to work, on Android I need 3
Thanks in advance!
The text was updated successfully, but these errors were encountered: