Skip to content
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

No focus indicator when input field is invalid #389

Open
joshferrell opened this issue Jul 16, 2020 · 1 comment
Open

No focus indicator when input field is invalid #389

joshferrell opened this issue Jul 16, 2020 · 1 comment

Comments

@joshferrell
Copy link

When an input is in a valid state, a purple border appears that shows keyboard only users that an input is focused for typing.
image

However, when the input is in an error state, there is no focus indicator
image

This is important for accessibility so keyboard only users know that they are typing into the expected field. I would suggest using the outline css field for focused elements or using box shadow rather than border color.

@joshferrell
Copy link
Author

I know this isn't a use for public project, but I wanted to make sure the dev team working on this has the issue tracked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant