Describe the problem
In the previous version, we were able to use the tooltipProps and show PF tooltips on disabled items.
How do you reproduce the problem?
Steps to reproduce. Open the sandbox, click on the kebab toggle, and hover over the only item. The tooltip will not show.
codesandbox
Expected behavior
Not sure if this was removed by design, but based on v5, the expectation is that the tooltip will show.
Is this issue blocking you?
Custom component can be implemented and passed to the dropdown item component prop. Styling must be implemented to mimic menu items.
What is your product and what release date are you targeting?
HCC
Describe the problem
In the previous version, we were able to use the
tooltipPropsand show PF tooltips on disabled items.How do you reproduce the problem?
Steps to reproduce. Open the sandbox, click on the kebab toggle, and hover over the only item. The tooltip will not show.
codesandbox
Expected behavior
Not sure if this was removed by design, but based on v5, the expectation is that the tooltip will show.
Is this issue blocking you?
Custom component can be implemented and passed to the dropdown item
componentprop. Styling must be implemented to mimic menu items.What is your product and what release date are you targeting?
HCC