mat-select-autocomplete icon indicating copy to clipboard operation
mat-select-autocomplete copied to clipboard

FormControl with ngModel warning in Angular 7 and 8

Open rutgervd opened this issue 5 years ago • 1 comments

Usage of both [formControl] and [(ngModel)] has been deprecated: https://angular.io/api/forms/FormControlDirective#use-with-ngmodel

Which gives the following warning in the console: Screenshot 2019-10-28 at 14 15 29

This triggered some erroneous behaviour in my application, basically with form value-change detection. Would be great if it can be fixed!

rutgervd avatar Oct 28 '19 13:10 rutgervd

Same here, how can we get it fixed?, Thanks.

devobenavidez avatar Jan 20 '21 21:01 devobenavidez