MatBlazor
MatBlazor copied to clipboard
MatTooltip with disabled MatButton using RefBack="@context" does not show Tooltip
Describe the bug As the title says, MatTooltip with disabled MatButton using RefBack="@context" does not show Tooltip. Works when the button is not disabled.
To Reproduce
Use this code:
<MatTooltip Tooltip="My tooltip">
<MatButton RefBack="@context" Disabled="true">Button</MatButton>
</MatTooltip>
https://www.matblazor.com/Tooltip
Blazorfiddle link:
https://blazorfiddle.com/s/6xa8ljg3
Expected behavior Show Tooltip
Thanks for reporting @Ogglas , I recently saw this issue. We always welcome contributions!