-
Notifications
You must be signed in to change notification settings - Fork 67
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
MenuItem DisableOnClick #1472
Labels
Comments
Thanks for the feature request, I've transferred it to the context menu Java integration repository. |
vaadin-bot
added
enhancement
New feature or request
needs design
Design is needed
vaadin-context-menu
labels
May 21, 2021
As a workaround to disable the menu item on click, you can do this:
|
Some notes from investigating this:
|
9 tasks
rolfsmeds
changed the title
Please provide setDisableOnClick on MenuItems too
MenuItem DisableOnClick
Dec 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
It could be useful to have .setDisableOnClick(boolean) on MenuItems too, as the code associated with them could be heavy to run.
The text was updated successfully, but these errors were encountered: