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
Apparently in Firefox it is necessary to press tab twice to change the focus of the input. It would probably be necessary to implement some trick on the side of the iFrame that we have no control over.
How to reproduce this:
1 - Open the demo in Firefox and try to fill the card fields by going to the next inputs with the Tab
2 - You will see that some element within the input gained focus, but it was not exactly the input, with the second tab the input is in fact focused.
Preview
Expected behavior (using Google Chrome)
expected_behavior_chrome.mp4
Current behavior (using Firefox)
current_behavior_firefox.mp4
The text was updated successfully, but these errors were encountered:
Problem/Issue
Apparently in Firefox it is necessary to press tab twice to change the focus of the input. It would probably be necessary to implement some trick on the side of the iFrame that we have no control over.
How to reproduce this:
1 - Open the demo in Firefox and try to fill the card fields by going to the next inputs with the Tab
2 - You will see that some element within the input gained focus, but it was not exactly the input, with the second tab the input is in fact focused.
Preview
Expected behavior (using Google Chrome)
expected_behavior_chrome.mp4
Current behavior (using Firefox)
current_behavior_firefox.mp4
The text was updated successfully, but these errors were encountered: