Im using ngx context menu with angular 14 everything is working fine but my context menu can have huge amount of items at time so i added a search input at the top to allow the user to type the keyword and search from the large list.but i can't find a way to update the list while the context menu is still open. when i type a query in the search and close the context menu then open it again the filtering works but it does not while the context menu is still open. here is the component that contains the context menu items
Im using ngx context menu with angular 14 everything is working fine but my context menu can have huge amount of items at time so i added a search input at the top to allow the user to type the keyword and search from the large list.but i can't find a way to update the list while the context menu is still open. when i type a query in the search and close the context menu then open it again the filtering works but it does not while the context menu is still open. here is the component that contains the context menu items