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(autocomplete): support for md-optgroup #5604

Merged
merged 6 commits into from
Aug 22, 2017

Commits on Aug 18, 2017

  1. feat(autocomplete): support for md-optgroup

    Adds support for `md-optgroup` in `md-autocomplete` by:
    * Changing the `@ViewChild` query to pick up descendant options.
    * Tweaking the keyboard scrolling to handle having group labels before options.
    
    Fixes angular#5581.
    crisbeto committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    f16c078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1544877 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    028495e View commit details
    Browse the repository at this point in the history
  4. chore: add option group demo

    crisbeto committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    4deaab9 View commit details
    Browse the repository at this point in the history
  5. chore: test failure

    crisbeto committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    d24822d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Configuration menu
    Copy the full SHA
    68621b6 View commit details
    Browse the repository at this point in the history