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 a963297 commit cf8851bCopy full SHA for cf8851b
projects/ng-dynamic-forms/ui-material/src/lib/chips/dynamic-material-chips.component.html
@@ -38,5 +38,9 @@
38
</mat-autocomplete>
39
40
</mat-chip-list>
41
+ <mat-hint *ngIf="model.hint !== null" align="start" [innerHTML]="model.hint"></mat-hint>
42
43
+ <mat-hint *ngIf="showCharacterHint" align="end">{{ characterHint }}</mat-hint>
44
+
45
+ <mat-error *ngFor="let message of errorMessages">{{ message }}</mat-error>
46
</mat-form-field>
0 commit comments