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

feat(material-experimental/mdc-autocomplete): implement MDC-based mat-autocomplete #20247

Merged
merged 1 commit into from
Aug 13, 2020

Commits on Aug 11, 2020

  1. feat(material-experimental/mdc-autocomplete): implement MDC-based mat…

    …-autocomplete
    
    * Moves all of the autocomplete logic into base classes so that it can be reused between the standard and MDC components.
    * Re-implements `mat-autocomplete` using the logic from the existing one and the styling from MDC.
    
    The MDC-based autocomplete behaves identically to the existing one, with the only minor difference being that MDC one fixes a long-standing issue where we expect a hardcoded height for each of the options. It was easier to fix the bug and add logic to support arbitrary option heights than to add more logic to account for MDC's styles.
    crisbeto committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    da4eb2d View commit details
    Browse the repository at this point in the history