-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Password: (accessiblility) cannot access toggle button using keyboard #6046
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Milestone
Comments
arnodemer
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Feb 27, 2024
arnodemer
changed the title
Password: (accessiblility) cannot acces toggle button using keyboard
Password: (accessiblility) cannot access toggle button using keyboard
Feb 27, 2024
melloware
added
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Feb 27, 2024
Agreed it looks like PrimeVue has not implemented this yet either. |
@melloware Can I work on this? |
Hi ! it would be nice if we could also set a tooltip for this toggle button (password component already have one, but it's for input ). |
@akshayaqburst sure! |
akshayaqburst
pushed a commit
to qburst/primereact_qb_26
that referenced
this issue
Feb 28, 2024
…cess toggle button using keyboard
akshayaqburst
pushed a commit
to qburst/primereact_qb_26
that referenced
this issue
Feb 28, 2024
…cess toggle button using keyboard
@melloware Created PR for review - #6052. Thanks, |
Some code review comments. Looking good so far! |
akshayaqburst
pushed a commit
to qburst/primereact_qb_26
that referenced
this issue
Feb 28, 2024
…cess toggle button using keyboard
akshayaqburst
pushed a commit
to qburst/primereact_qb_26
that referenced
this issue
Feb 28, 2024
…cess toggle button using keyboard
akshayaqburst
pushed a commit
to qburst/primereact_qb_26
that referenced
this issue
Feb 28, 2024
…cess toggle button using keyboard
nitrogenous
added a commit
that referenced
this issue
Mar 18, 2024
Fix #6046, Password: (accessiblility) cannot access toggle button using keyboard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
focus cannot be moved to Password's toggle button, then cannot toggle using keyboard
Reproducer
No response
PrimeReact version
10.5.1
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Toggle button should be able to be activated using keyboard
Focus should also stay on toggle button when password state is toggled.
The text was updated successfully, but these errors were encountered: