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): outline label position #29138

Commits on Jun 18, 2024

  1. fix(material/form-field): fix label position

    When the form field is inside an overlay with ng-content or inside a side-nav (mat-drawer) the prefix container would not be visible thus the label would overlap with the prefix. In this fix we narrow down possible cases that would require an additional check for the prefix container width.
    adumitrescu-plenty committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c9ea129 View commit details
    Browse the repository at this point in the history
  2. perf(material/form-field): add caching for shadow root

    Add caching for shadow root so it doesn't have to be resolved each time
    adumitrescu-plenty committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5648c0b View commit details
    Browse the repository at this point in the history