We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87179ff commit 9bf5041Copy full SHA for 9bf5041
src/lib/input/input-container.html
@@ -36,6 +36,6 @@
36
[class.mat-warn]="dividerColor == 'warn'"></span>
37
</div>
38
39
- <div *ngIf="hintLabel != ''" [attr.id]="_hintLabelId" class="mat-hint, mat-hint">{{hintLabel}}</div>
40
- <ng-content select="md-hint"></ng-content>
+ <div *ngIf="hintLabel != ''" [attr.id]="_hintLabelId" class="mat-hint">{{hintLabel}}</div>
+ <ng-content select="md-hint, mat-hint"></ng-content>
41
0 commit comments