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 5397c2d commit 8675623Copy full SHA for 8675623
src/lib/input/input-container.html
@@ -36,6 +36,6 @@
36
[class.md-warn]="dividerColor == 'warn'"></span>
37
</div>
38
39
- <div *ngIf="hintLabel != ''" [attr.id]="_hintLabelId" class="md-hint, mat-hint">{{hintLabel}}</div>
40
- <ng-content select="md-hint"></ng-content>
+ <div *ngIf="hintLabel != ''" [attr.id]="_hintLabelId" class="md-hint">{{hintLabel}}</div>
+ <ng-content select="md-hint, mat-hint"></ng-content>
41
0 commit comments