Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels