I would like to combine the autocomplete feature with a multiselect mat-select chooser because the optionslist will be quite long.
I\'ve already searched on stackove
Yes you can use PrimeNG multiselect control. Only issue with that is if you are worried about themes.
There is another option using mat-select-autocomplet
How to install:
npm install select-autocomplete --save
npm: https://www.npmjs.com/package/mat-select-autocomplete
Demo: https://stackblitz.com/edit/mat-select-autocomplete