Bug, feature request, or proposal:
Bug
What is the expected behavior?
should show the initial value set by form builder.
e.g.
this.form = this.fb.group({
name: 'angular',
sex: 'F'
});
What is the current behavior?
when change detection set to onPush, Select shows empty value.
What are the steps to reproduce?
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: https://plnkr.co/edit/G8ueOSwYMCZTigydRHbs
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
Is there anything else we should know?
Bug, feature request, or proposal:
Bug
What is the expected behavior?
should show the initial value set by form builder.
e.g.
What is the current behavior?
when change detection set to onPush, Select shows empty value.
What are the steps to reproduce?
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: https://plnkr.co/edit/G8ueOSwYMCZTigydRHbs
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
Is there anything else we should know?