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 using the same keyboard to write on different inputs, combined with alwaysOpen: true and tabNavigation: true, the navigation is not working as expected. It is required to press the tab key twice in order to write on the input with the physical keyboard. This is only happening on the inputs which have the virtual keyboard.
Steps to reproduce:
Click on the first input
Press tab
Try to write with the physical keyboard (doesn't work)
When using the same keyboard to write on different inputs, combined with
alwaysOpen: true
andtabNavigation: true
, the navigation is not working as expected. It is required to press the tab key twice in order to write on the input with the physical keyboard. This is only happening on the inputs which have the virtual keyboard.Steps to reproduce:
Here is a demo: demo
The text was updated successfully, but these errors were encountered: