-
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
Menu: Ability to highlight the disabled item #7508
Labels
Type: Bug
Issue contains a defect related to a specific component.
Comments
mikejav
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Dec 16, 2024
I will work on this issue |
akshayaqburst
pushed a commit
to qburst/primereact_qb_44
that referenced
this issue
Dec 31, 2024
@melloware Please review and merge |
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Dec 31, 2024
melloware
added a commit
to melloware/primereact
that referenced
this issue
Dec 31, 2024
@akshayaqburst check out my PR which is the correct way to fix it: #7537 |
melloware
added a commit
that referenced
this issue
Dec 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
It's possible to hover over the disabled item in the Menu component and achieve the "highlighted item" effect.
It's not possible to select it using the keyboard though.
Reproducer
https://stackblitz.com/edit/qhjakw4h-7hq2pvpg?file=src%2FApp.jsx
System Information
Steps to reproduce the behavior
Expected behavior
It shouldn't be possible to achieve the "highlighted item" effect on the disabled menu item.
The text was updated successfully, but these errors were encountered: