-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functions
Description
Bug, feature request, or proposal:
[x] Bug
[ ] Feature request
[ ] Proposal
What is the expected behavior?
matSuffix wrapper element should be removed from dom when ngIf is used on element
What is the current behavior?
matSuffix element is removed upon focusing the mat-form-field element
What are the steps to reproduce?
https://stackblitz.com/edit/angular-ddtyp7
In sample do the following
- Click on eye icon. The .00 suffix disappears but the wrapper marked in red remains
- Focus on the second input the wrappers is removed from dome.
What is the use-case or motivation for changing an existing behavior?
incorrect behavior
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 5.x
Chrome
Is there anything else we should know?
mstawick, Toktik and mina-skunk
Metadata
Metadata
Assignees
Labels
P4A relatively minor issue that is not relevant to core functionsA relatively minor issue that is not relevant to core functions


