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

Autocomplete: previous selections are highlighted darker #6407

Closed
kara opened this issue Aug 10, 2017 · 1 comment · Fixed by #6425
Closed

Autocomplete: previous selections are highlighted darker #6407

kara opened this issue Aug 10, 2017 · 1 comment · Fixed by #6425
Assignees
Labels
P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Comments

@kara
Copy link
Contributor

kara commented Aug 10, 2017

Unlike selects, autocompletes shouldn't remember previous selections. This is probably a side effect of #6302 because of code sharing between the autocomplete and the select.

To repro:

  1. Select an autocomplete option (let's say "Arizona").
  2. Delete all the letters from "Arizona" until only "A" is left
  3. Navigate to the third option using the keyboard. On focus, it's highlight is darker than the others.
@kara kara added the P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent label Aug 10, 2017
@crisbeto crisbeto self-assigned this Aug 11, 2017
crisbeto added a commit to crisbeto/material2 that referenced this issue Aug 11, 2017
Scopes the darkening of selected options only to `md-select`.

Fixes angular#6407.
andrewseguin pushed a commit that referenced this issue Aug 15, 2017
Scopes the darkening of selected options only to `md-select`.

Fixes #6407.
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants