tommueller / ng-mat-search-bar

An Angular 2+ component for an expandable search-icon.
MIT License
37 stars 9 forks source link

FormControl not working #19

Closed meghansh36 closed 4 years ago

meghansh36 commented 4 years ago

I am passing the control via the the [formControl] input, however, i am not able to access the value of the search text entered.

tommueller commented 4 years ago

Dear @meghansh36, can you provide a stackblitz to illustrate the issue? Thanks

meghansh36 commented 4 years ago

Hey, I got it to work now. Earlier I was using registerOnChange but shifting to valuesChanges worked like a charm.

tommueller commented 4 years ago

Great, closing this then.