Closed
Description
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