-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Description
Bug, feature request, or proposal:
Page with multiple mat select is sharing options. The options for each select are generated after a DB search, but when you make the second search, both the second and the first select shares that set of options.
What is the expected behavior?
Each mat select have it's own set of options
What is the current behavior?
Set of options are shered between mat select, even when they are in different components.
What are the steps to reproduce?
Providing a StackBlitz reproduction is the best way to share your issue.
StackBlitz starter: https://goo.gl/wwnhMV
What is the expected behavior?
Every mat select should have its own set of options, no matter how many selects are in the page.
Is there anything else we should know?
After the first search on the Select 1:

After the second search on the Select 2:

After the second search on the Select 1:

Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 6.0.7
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels