Skip to content

Angular Material 2 Textarea Autosize Attribute (mdTextareaAutosize) #4138

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions