-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
md-input placeholder does not move up after model update / also after *ngIf #4814
Comments
Same behavior: <div style="display:flex; flex-direction: column;" *ngIf="_showProcess">
<md-input-container>
<input mdInput placeholder="Module">
</md-input-container>
<div>
<button md-raised-button color="primary" (click)="_process($event)">Process</button>
</div>
</div> |
Same issue here.
|
Seems like a dupe of #3005? |
@willshowell Looks like it, thanks. Hopefully we can get some progress, that has been open since February. |
Closing as dupe |
@mmalerba Hi this occurs on Default strategy as well. Is it still a dupe? @Component({
selector: 'client-info',
templateUrl: 'client-info.component.html',
styleUrls: ['client-info.component.scss'],
changeDetection: ChangeDetectionStrategy.Default
}) |
@ktersius do you mind reproducing in a plunker? |
@willshowell I've changed those forms to model based forms and I'm not experiencing the issue any longer. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Running material beta 6 and ng 4.0.3, Chrome Version 58.0.3029.110 (64-bit)
I have two issues.
An html snippet of the template with the *ngIf
The text was updated successfully, but these errors were encountered: