-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[Checkbox] - receive focus after click #2610
Comments
I agree, this would replicate the standard feature of a HTML checkbox input. |
I think there are arguments on both sides. See #2567, or check stack overflow issues opened about bootstrap button focus. Adding focus on click is an accessibility feature that often confuses users because it seems like the 'activated' or 'down' state of the element is stuck on. |
Well, they are nagging about buttons, not checkboxes) |
Yeah, Semantic would benefit quite well in having some more accessibility thrown in. Here's an example of how it works using the user agent stylesheet: http://codepen.io/Illyism/pen/WvyJpR
|
Example from |
👍 |
By default, html checkboxes receive focus after being clicked, while SUI checkboxes do not.
I think they should. This is good UX for users (like me) who use kb+mouse for navigation. Like, I can tab to the next control easily, not having to tab through all of the controls from beginning of the page.
The text was updated successfully, but these errors were encountered: