Skip to content

Commit

Permalink
feat(ui-material): add support for showing validation errors & hints …
Browse files Browse the repository at this point in the history
…for DynamicMaterialChipsComponent
  • Loading branch information
padala committed Dec 19, 2019
1 parent a963297 commit f3f2abf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@
</mat-autocomplete>

</mat-chip-list>
<mat-hint *ngIf="model.hint !== null" align="start" [innerHTML]="model.hint"></mat-hint>

<mat-error *ngFor="let message of errorMessages">{{ message }}</mat-error>
</mat-form-field>

0 comments on commit f3f2abf

Please sign in to comment.