-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 #14914
Comments
akshayaqburst
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 29, 2024
akshayaqburst
pushed a commit
to qburst/primeng_qb_5
that referenced
this issue
Feb 29, 2024
…e button using keyboard
akshayaqburst
pushed a commit
to qburst/primeng_qb_5
that referenced
this issue
Feb 29, 2024
…e button using keyboard
mehmetcetin01140
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
Mar 4, 2024
Hi, It's made by design, the toggle icon will not receive a tab index. However, we're implementing PassThrough, enabling users to give whatever attribute they want to any element of the component. I'm closing the issue, PassThrough is in the implementation process right now, and we're planning to release PassThrough for all components within v17. Closing the issue. |
cetincakiroglu
removed
the
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
label
Mar 13, 2024
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
Environment
Any env
Reproducer
No response
Angular version
13
PrimeNG version
17.9
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18
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: