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(autocomplete): not showing panel on first focus in certain cases #3775

Merged
merged 1 commit into from
Mar 25, 2017

Commits on Mar 24, 2017

  1. fix(autocomplete): not showing panel on first focus in certain cases

    Fixes a case where the first time an autocomplete is focused by clicking within its input container (note not directly on the input), the panel is invisible, because its `showPanel` flag hasn't been set yet.
    
    Relates to angular#3722.
    crisbeto committed Mar 24, 2017
    Configuration menu
    Copy the full SHA
    a744b93 View commit details
    Browse the repository at this point in the history