Skip to content
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

fix(cdk/text-field): autosize text areas using the placeholder #22197

Merged
merged 1 commit into from
Mar 19, 2021
Merged

fix(cdk/text-field): autosize text areas using the placeholder #22197

merged 1 commit into from
Mar 19, 2021

Commits on Mar 12, 2021

  1. fix(cdk/text-field): autosize text areas using the placeholder

    Fixes a bug with CdkTextareaAutosize where the textarea would not be autosized when using long placeholders
    
    Fixes #22042
    
    Cache the height with the placeholder
    
    do calculation better
    
    fix comment
    
    Stop caching the placeholder because I can't make the caching approach work with view-engine
    
    go back to the caching approach
    
    Account for the input tests
    
    fix lint error
    jermowery committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    0b94669 View commit details
    Browse the repository at this point in the history