Angular 17 Material mat-autocomplete mat-input within a FormGroup
Based on the following example on the Angular Material Site for v17
https://v17.material.angular.io/components/autocomplete/overview#automatically-highlighting-the-first-option,
I am trying to setup this but leveraging an Input FormControl within a FormGroup.
However in doing so, I am finding that the FormControl valueChanges observable is not firing.
Trying to use mat-chips reactive with autocomplete
I’m trying to use matchip with autocomplete enabled, I can’t say why it doesn’t work
The values passed are correct and I can’t use a filter on an observable
Does anyone have a tip on what to do?