mat-select-autocomplete
mat-select-autocomplete copied to clipboard
FormControl with ngModel warning in Angular 7 and 8
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:
This triggered some erroneous behaviour in my application, basically with form value-change detection. Would be great if it can be fixed!
Same here, how can we get it fixed?, Thanks.