InfomediaLtd / angular2-materialize

Angular 2 support for Materialize CSS framework.
https://infomedialtd.github.io/angular2-materialize/
MIT License
407 stars 140 forks source link

Reset form doesnt remove class valid #391

Open d-mance opened 6 years ago

d-mance commented 6 years ago

Hello,

When i submit a form i use angular4 form.reset() and form.resetForm() but the fields still have the class valid. Angular do the job setting the classes: ng-untouched ng-pristine ng-invalid

I think the class valid is from materialize and i dont know how to get rid of that.

Thanks for your job.