I am using the search result inner component in Angular Metronic Version 8. After typing and selecting from the dropdown, then navigating, how do I close the pop-up and reset it without destroying it?
Hi,
In the search component file below, could you please try to get a click event from the search result? Then call this function MenuComponent.hideDropdowns();
demo1/src/app/_metronic/kt/components/SearchComponent.ts
this.menuObject
is variable from menuObject: MenuComponent
.this.menuObject.hideDropdowns();