Closed
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
after resetting the formGroup the error associated with md-select should disappear
What is the current behavior?
after resetting the formGroup the error associated with the md-select still displayed
What are the steps to reproduce?
Providing a StackBlitz/Plunker (or similar) is the best way to get the team to see your issue.
Plunker starter (using on @master
): https://goo.gl/DlHd6U
StackBlitz starter (using latest npm
release): https://goo.gl/wwnhMV
- Create a formGroup with an md-select that is required for example
- Reset the form after submission
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular 4.3.3
Material 2.0.0-beta.11
Windows 10
Typescript 2.5.2
Browser Google Chrome 61.0.3163.100
Is there anything else we should know?
In order to reset the formGroup i use the technique described here : #4190
Thanks.