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/autocomplete): Prevent Autocomplete overlap with outlined form-field label when overlay is positioned above #27714

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2023

  1. fix(material/autocomplete): prevent autocomplete overlap with outline…

    …d label when overlay above
    
    Fixes by preventing Autocomplete overlap with outlined form-field label when overlay is positioned
    above. Implemente a function to calculate the necessary vertical offset for outlined appearance,
    ensuring label legibility.
    
    Fixes angular#27476
    kharazian committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    dab1be2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bc6788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f1b1b3 View commit details
    Browse the repository at this point in the history