Ngx-mat-select-search: Can’t click anything but ‘ALL’ in my select menu
I’m currently trying to implement a search function in my mat-select menu in Angular 18, through ngx-mat-select-search. I’m able to successfully click when I click ‘ALL’ after I search ‘ALL’. However, I’ve hit a roadblock when trying to essentially click any of the other modules in the menu. Specifically, it doesn’t let me click them at all. Any pointers? Here is my HTML:
Ngx-mat-select-search: clicked objects don’t persist after moving away in Angular
I’m currently trying to implement a search function for my mat-select function in Angular 18. For some reason, search is not natively supported, so I have to utilize ngx-mat-select-search. I’m able to successfully get the search function to ‘autocomplete’ the objects in the select menu. However, once I click the results in the menu, the results don’t persist afterwards. For example, if I search for ‘lorem’ and click it in the menu, and then click out of the box to do some other unrelated action, then the result goes away from the box. Any pointers for this problem? I had to utilize a StackOverflow answer for actually getting the search function to autocomplete. I am okay with moving forward with an alternative, non-ngx solution as well if needed.