Skip to content

Fix tabindex focus issue on Login Page #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ace-of-aces
Copy link

This PR fixes an issue with a tabindex attribute being on the <div> element around the "Remember me" checkbox, which provides no functionality when being tab-focused (and trying to enter/space to toggle).

The React starter kit doesn't have this issue.
With this fix, the tab focus behaviour matches the one of the React starter kit on the Login Form.

Before:
Screenshot 2025-04-11 at 15 45 04

After (one less tab-press):
Screenshot 2025-04-11 at 15 38 31

@tnylea
Copy link
Contributor

tnylea commented Apr 14, 2025

Hey! Thanks for the screenshots and explanation 👏

Appreciate it. We'll get this merged in soon 😉

@tnylea tnylea added the Approved Approved for merge label Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved Approved for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants