I am working on a Angular application. I have stackblitz demo that shows one matautocomplete with multiple select enabled but in my application I have array of matautocomplete I want option selected from one element not to interfere with another element. How to do this?
For example if I select option1 inside the first element I see option1 is getting selected in other eleemnts as well. I don't want this o happen instead I want them to be independent of each other.
Here is the stackblitz demo link