You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using @angular/material@2.0.0-beta.2. I have textarea with mdTextareaAutosize attribute in container with display:none (popup). I call setValue method of angular form control. When I open popup the textarea has height:0px and initial value is not shown. When I click on the textarea and press any key the initial value appears.
If I add boolean condition to show textarea (*ngIf) and make this condition as true in 2 seconds then it works. But without timeout it does not work.