You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using `isDisabled` property in Buttons/Dropdowns/etc, their tooltips
are not getting triggered.
We need to use `isAriaDisabled` instead of `isDisabled` in this case.
See more info: patternfly/patternfly-react#5826
When using `isDisabled` property in Buttons/Dropdowns/etc, their tooltips
are not getting triggered.
We need to use `isAriaDisabled` instead of `isDisabled` in this case.
See more info: patternfly/patternfly-react#5826
From a discussion in this issue - #5127
We added support for a
.pf-m-aria-disabled
variation on dropdown items to support adding tooltips on disabled itemspatternfly/patternfly#4072
cc @jschuler @mcarrano
The text was updated successfully, but these errors were encountered: