gpt4 book ai didi

Angular-Material:在表单标签上显示工具提示

转载 作者:行者123 更新时间:2023-12-05 08:16:55 24 4
gpt4 key购买 nike

我想在标签上显示工具提示。不幸的是,这不起作用。有没有简单的解决方案?

  <mat-form-field >
<mat-label matTooltip="Please enter your E-Mail Address">
E-Mail <mat-icon>help_outline</mat-icon>
</mat-label>
<input
matInput
placeholder="Enter your email"
[formControl]="email"
>
<mat-error *ngIf="email.invalid">{{getErrorMessage()}}</mat-error>
</mat-form-field>

查看此 Stack-Blitz Example

最佳答案

我使用 CSS 通过以下代码执行此操作:

.mat-form-field-label mat-label {
pointer-events: auto;
}

关于Angular-Material:在表单标签上显示工具提示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63629543/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com