fix: #19313 - p-menu Keyboard Navigation broken#19322
Conversation
|
Thank you for your contribution! We will review your PR shortly. Please make sure to manually link it to an issue for proper tracking. |
AI Code ReviewLooks Good SummaryFixes keyboard navigation in p-menu by correcting data-pc-section selector from 'menuitem' to 'item' Issue AlignmentDirectly addresses the issue. The problem was caused by a mismatch between the data-pc-section attribute in the template and the selectors used in keyboard navigation methods. The fix aligns both to use 'item' instead of 'menuitem'. This is an automated review. A maintainer will provide final approval. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Thanks a lot for your contribution! But, Unit tests failed. You can check the unit tests with the command 'pnpm run test:unit' and commit the changes. |
fix: #19313