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

[Question] What's the meaning of a thumbs down icon? #11

Closed
TheDutchCoder opened this issue Jul 13, 2021 · 2 comments
Closed

[Question] What's the meaning of a thumbs down icon? #11

TheDutchCoder opened this issue Jul 13, 2021 · 2 comments

Comments

@TheDutchCoder
Copy link

I have the following login screen as an example:
image

And I'm wondering what the thumbs down icon means, as there's no hover title to tell me what it is, not can I click it to see more info.

@ziolko
Copy link
Owner

ziolko commented Jul 13, 2021

Hi @TheDutchCoder,

The thumbs down/up icon represents the value of the aria-invalid attribute. I will add a tooltip soon to make it clear.

Does it properly show the valid/invalid state in your case?

Mateusz

@TheDutchCoder
Copy link
Author

Hi @ziolko ,

That makes perfect sense, thanks!
It does properly show, as far as I can tell yes.

If I'm not mistaken, an empty field will still evaluate to invalid if required, so I think it's all good.

Thanks!

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

2 participants