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
Is it possible to add a tabindex attribute to other anchor tags within the app UI? Especially on the user dashboard.
They are present in the login page but missing on other buttons in the app and they can't be navigated to with keyboard.
Also is it possible to add more event handlers other than .click() to these buttons? These buttons are not usable without a mouse. We have not found a way to activate anchor elements using only a keyboard.
Can role=button be added to the divs that are buttons for screen reader clarity?
This is for keyboard-only situations.
The text was updated successfully, but these errors were encountered:
Is it possible to add a tabindex attribute to other anchor tags within the app UI? Especially on the user dashboard.
They are present in the login page but missing on other buttons in the app and they can't be navigated to with keyboard.
Also is it possible to add more event handlers other than .click() to these buttons? These buttons are not usable without a mouse. We have not found a way to activate anchor elements using only a keyboard.
Can role=button be added to the divs that are buttons for screen reader clarity?
This is for keyboard-only situations.
The text was updated successfully, but these errors were encountered: