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(material/form-field): account in cols attribute on textarea #29836

Merged
merged 1 commit into from
Oct 10, 2024

Commits on Oct 8, 2024

  1. fix(material/form-field): account in cols attribute on textarea

    previously we were setting width of 180px on our input field however this also made that textarea width stays the same if they are used with `cols` attribute, this commit ensures we dont do that if we have a textarea with `cols` attribute allowing it to grow in width as much as the attribute wants it to
    
    fixes angular#29459
    naaajii committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    b140257 View commit details
    Browse the repository at this point in the history