Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

autocomplete: uncalled-for evaluation of md-items on item select #10185

Open
@exchsac

Description

@exchsac

Actual Behavior:

  • What is the issue? * With md-no-cache="true": when an item from the dropdown list is selected with the mouse pointer an unnecessary call to the search function is made. This is wasteful especially when using web services with usage limits and may also disrupt the program logic.
  • What is the expected behaviour? It should behave in the same way as when the item is selected with the keyboard (that is no call to the search function).

CodePen (or steps to reproduce the issue): *

Angular Versions: *

  • Angular Version: >=1.5.8 <1.6.0
  • Angular Material Version: 1.1.1, 1.1.0

Additional Information:

  • Browser Type: Chrome, Firefox, Safari

Metadata

Metadata

Assignees

Labels

P3: importantImportant issues that really should be fixed when possible.severity: performanceThis issue causes a significant performance degradationtype: bugtype: performanceThis issue is related to performance

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions