📜  禁用按钮上的 mat-tooltip - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:31.324000             🧑  作者: Mango

代码示例1
This doesn't work because it is triggered by mouseenter event which doesn't get fired by most browsers for disabled elements. A workaround is to add matTooltip to a parent element: