-
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: click on menu item with url does nothing #5785
Comments
Menu.js |
PR #5792 will change 10.3.1 behavior because we are using some MenuItem having both .url and .command. |
@arnodemer when they refactored for accessibility the You want a |
OK submitted a better fix to allow URL and COMMAND handling. #5793 |
@arnodemer 10.3.2 is on NPMJS if you want to give it a shot and let me know. |
@melloware thanks for fixing it again. |
Hi @melloware , I have upgraded to 10.3.2, menu item fix is nice, |
Thanks for reporting and confirming! |
Describe the bug
CLick on menu item using .url doesn't works , it does nothing.
Reproducer
No response
PrimeReact version
10.3.1
React version
17.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
Chrome, Opera, ...
Steps to reproduce the behavior
Expected behavior
Click on MenuItem using .url field should redirect to url contents.
The text was updated successfully, but these errors were encountered: