Actual behavior:
Steps to reproduce the issue:
You can reproduce it on the md-autocomplete basic usage demo:
CodePen:
CodePen
Angular Versions:
I spotted this issue on my own app:
Additional Information:
NB: The issue does not happen in release 1.0.0 of Angular Material.
It does not happen with md-no-cache="true" either.
I also ran across this last week with 1.07 and Angular 1.5.3. For now I've just hidden the progress indicator but this is only acceptable because my queries are always local.
md-autocomplete md-progress-linear { display: none; }
A couple things I've noticed which may or may not be relevant:
This is related to and possibly a duplicate of #8195, #7927 is also relevant.
It might be worth merging these issues, or closing one of them.
I can't reproduce it in releases 1.0.0 - 1.0.6. The issue happens in 1.0.7, 1.0.8 and on master.
I can confirm: the progress bar appears also when pressing escape.
Most helpful comment
I also ran across this last week with 1.07 and Angular 1.5.3. For now I've just hidden the progress indicator but this is only acceptable because my queries are always local.
md-autocomplete md-progress-linear { display: none; }
A couple things I've noticed which may or may not be relevant: