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/[email protected]. 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.
The text was updated successfully, but these errors were encountered:
As @willshowell mentioned, seems like it could be a duplicate of #4070. If this is not fixed in master for you, please feel free to open a new issue with a plunker demo (so we can repro).
I am using
@angular/[email protected]
. I have textarea withmdTextareaAutosize
attribute in container withdisplay:none
(popup). I callsetValue
method of angular form control. When I open popup the textarea hasheight: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 withouttimeout
it does not work.The text was updated successfully, but these errors were encountered: