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

Fix: Icon aria-hidden value fix #7476

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Conversation

tneeraja95
Copy link
Contributor

@tneeraja95 tneeraja95 commented Dec 4, 2024

Fix #7473
Password: Warning message related to aria-hidden displayed when clicking the toggleMask icon

In aria-hidden
false
The element is exposed to the accessibility API as if it was rendered.

true
The element is hidden from the accessibility API.

undefined (default)
The element's hidden state is determined by the user agent based on whether it is rendered.

ToggleMask adds a <EyeIcon> which uses <IconBase>.

In IconBase, aria-hidden should be undefined.

Copy link

vercel bot commented Dec 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Updated (UTC)
primereact ⬜️ Ignored (Inspect) Visit Preview Dec 4, 2024 6:52pm
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Dec 4, 2024 6:52pm

@melloware melloware merged commit bcb43d0 into primefaces:master Dec 4, 2024
4 of 5 checks passed
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

Successfully merging this pull request may close these issues.

Password: Warning message related to aria-hidden displayed when clicking the toggleMask icon
3 participants