We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug In the docs the description of a DefaultItemAction is described as
description
DefaultItemAction
Describes the action (will render as tooltip content)
However if the action is disabled (enabled: false), the description is not displayed as a tooltip but the browser default label
enabled: false
Impact and severity Minimal impact. Workaround exists to customize the rendering.
Environment and versions
To Reproduce Have an action with enabled: false and a description. Hover over the action and notice that the description is not rendered in a tooltip
Expected behavior Both enabled and disabled actions should show the description in a tooltip
Minimum reproducible sandbox https://codesandbox.io/p/sandbox/upbeat-einstein-q72t6p
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
JasonStoltz
No branches or pull requests
Describe the bug
In the docs the
description
of aDefaultItemAction
is described asHowever if the action is disabled (
enabled: false
), the description is not displayed as a tooltip but the browser default labelImpact and severity
Minimal impact. Workaround exists to customize the rendering.
Environment and versions
To Reproduce
Have an action with
enabled: false
and adescription
. Hover over the action and notice that the description is not rendered in a tooltipExpected behavior
Both enabled and disabled actions should show the description in a tooltip
Minimum reproducible sandbox
https://codesandbox.io/p/sandbox/upbeat-einstein-q72t6p
Screenshots
Screen.Recording.2024-11-13.at.11.38.06.AM.mov
Additional context
The text was updated successfully, but these errors were encountered: