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
We should be able to move between different elements by pressing the tab key.
This functionality is currently not working on the choose sources and choose destinations pages.
The text was updated successfully, but these errors were encountered:
It's not just tabIndex - our dropdown implementation doesn't include any form elements, so it's completely ignored by the browser for keyboard navigation.
We should be able to move between different elements by pressing the tab key.
This functionality is currently not working on the choose sources and choose destinations pages.
The text was updated successfully, but these errors were encountered: