-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
mat-error should show
What is the current behavior?
mat-error doesn't show
What are the steps to reproduce?
<mat-form-field>
<input name="address" #address="ngModel" [(ngModel)]="ethernet.address" matInput placeholder="Static IP Address">
<mat-error *ngIf="!(ethernet.address | ValidateIP)">
Invalid IP Address
</mat-error>
</mat-form-field>
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Is there anything else we should know?
Angular 5.2.9
Metadata
Metadata
Assignees
Labels
No labels