I am currently in the process of incorporating a mat-autocomplete field, following the guidelines provided in the documentation. Everything functions as anticipated when tested on ng serve. However, after running ng build --prod and deploying to Firebase, the autocomplete feature does not work. No errors are displayed in the console. The field appears on the screen but fails to filter the data or trigger any events.
Upon checking my ng version, I found:
--I had to include an image link as inserting HTML directly was proving problematic even with correct indentation using ctrl + K.
The attached functions can be viewed here:
Although all elements function correctly locally - filtering, triggering events, selecting items, and processing data before sending to the backend API - they do not work once deployed.