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
Some users might be accustomed to using keyboards when filling out forms. At least that's the case for me.
To reproduce:
User fills in the first input field.
User reaches the flagstrap select dropdown, chooses an item by using the mouse pointer. Using up and down arrow key doesn't work here.
User presses tab key again to move to the next input field. This is where the tab index order/flow got broken. As soon as the user presses the tab key, it starts at the very first of the tab index of the form.
As a feature request, a support for tab index and keyboard binding would be great.
The text was updated successfully, but these errors were encountered:
First off, thanks for this useful plugin.
Some users might be accustomed to using keyboards when filling out forms. At least that's the case for me.
To reproduce:
input
field.select
dropdown, chooses an item by using the mouse pointer. Using up and down arrow key doesn't work here.input
field. This is where the tab index order/flow got broken. As soon as the user presses the tab key, it starts at the very first of the tab index of the form.As a feature request, a support for tab index and keyboard binding would be great.
The text was updated successfully, but these errors were encountered: